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>
This commit is contained in:
Hauke Mehrtens
2014-09-08 22:53:35 +02:00
committed by John W. Linville
parent 367b341edb
commit 23a2f39c8f
3 changed files with 7 additions and 6 deletions

View File

@@ -267,7 +267,7 @@ struct bcma_device {
u8 core_unit;
u32 addr;
u32 addr1;
u32 addr_s[8];
u32 wrap;
void __iomem *io_addr;