diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-08 22:53:35 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-09-09 15:33:05 -0400 |
commit | 23a2f39c8f4035eade7f226eb7ada30c78d9eee3 (patch) | |
tree | 596091221f4e5ceb4b493b340d0b30bc997474ae /include/linux | |
parent | 367b341edbebc405d80fecd28ff973dfb7390d65 (diff) | |
download | linux-stable-23a2f39c8f4035eade7f226eb7ada30c78d9eee3.tar.gz linux-stable-23a2f39c8f4035eade7f226eb7ada30c78d9eee3.tar.bz2 linux-stable-23a2f39c8f4035eade7f226eb7ada30c78d9eee3.zip |
bcma: store more alternative addresses
Each core could have more than one alternative address. There are cores
with 8 alternative addresses for different functions. The PHY control
in the Chip common B core is done through the 2. alternative address
and not the first one.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
CC: linux-usb@vger.kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/bcma/bcma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index c1ba87d1548e..7fc16c991291 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h @@ -267,7 +267,7 @@ struct bcma_device { u8 core_unit; u32 addr; - u32 addr1; + u32 addr_s[8]; u32 wrap; void __iomem *io_addr; |