diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-05-13 22:07:53 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-05-22 15:08:44 -0400 |
commit | 78e578c5b43c4f274305075c68d055c8d6141fd5 (patch) | |
tree | 16510b0968622a2dfcbc0c58a5204eaa43cabebe /include/linux/ssb | |
parent | 92eb164258cfce173060d3fe7aaffa2afaf735d7 (diff) | |
download | linux-stable-78e578c5b43c4f274305075c68d055c8d6141fd5.tar.gz linux-stable-78e578c5b43c4f274305075c68d055c8d6141fd5.tar.bz2 linux-stable-78e578c5b43c4f274305075c68d055c8d6141fd5.zip |
bcma: support SPROM rev 10
This is pretty much the same as rev 9, there are just 2 extra fields we
know about, but are not used/stored yet anyway.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ssb')
-rw-r--r-- | include/linux/ssb/ssb_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb_regs.h b/include/linux/ssb/ssb_regs.h index 3a7256955b10..f9f931c89e3e 100644 --- a/include/linux/ssb/ssb_regs.h +++ b/include/linux/ssb/ssb_regs.h @@ -172,6 +172,7 @@ #define SSB_SPROMSIZE_WORDS_R4 220 #define SSB_SPROMSIZE_BYTES_R123 (SSB_SPROMSIZE_WORDS_R123 * sizeof(u16)) #define SSB_SPROMSIZE_BYTES_R4 (SSB_SPROMSIZE_WORDS_R4 * sizeof(u16)) +#define SSB_SPROMSIZE_WORDS_R10 230 #define SSB_SPROM_BASE1 0x1000 #define SSB_SPROM_BASE31 0x0800 #define SSB_SPROM_REVISION 0x007E |