mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-02 20:29:20 +00:00
bcma: add the core unit number
Some SoCs have two pcie or gmac cores and we need to know the number of the specific core on the bus. This is the case for the BCM4706. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
268bd858df
commit
5f2d6171e1
2 changed files with 15 additions and 0 deletions
|
@ -136,6 +136,7 @@ struct bcma_device {
|
|||
bool dev_registered;
|
||||
|
||||
u8 core_index;
|
||||
u8 core_unit;
|
||||
|
||||
u32 addr;
|
||||
u32 wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue