diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-04-29 00:04:11 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-16 16:45:21 (GMT) |
commit | 673335c8f0c24912d57abf9b8cd10c9d91ff1a40 (patch) | |
tree | 028fda314370f61fc767fa9a4cb575e466b74c04 /include | |
parent | bf7d420b4a3ea06d9638ec7f1b9d7971fa7f4f66 (diff) | |
download | linux-673335c8f0c24912d57abf9b8cd10c9d91ff1a40.tar.xz |
ssb: fill board_rev attribute from sprom
This attribute is now used in b43 driver and should be filled for all
sprom versions.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-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 d33bd8f..543795f 100644 --- a/include/linux/ssb/ssb_regs.h +++ b/include/linux/ssb/ssb_regs.h @@ -268,6 +268,7 @@ #define SSB_SPROM3_OFDMGPO 0x107A /* G-PHY OFDM Power Offset (4 bytes, BigEndian) */ /* SPROM Revision 4 */ +#define SSB_SPROM4_BOARDREV 0x0042 /* Board revision */ #define SSB_SPROM4_BFLLO 0x0044 /* Boardflags (low 16 bits) */ #define SSB_SPROM4_BFLHI 0x0046 /* Board Flags Hi */ #define SSB_SPROM4_BFL2LO 0x0048 /* Board flags 2 (low 16 bits) */ |