bcma: support BCM53573 series of wireless SoCs
BCM53573 seems to be the first series of Northstar family with wireless on the chip. The base models are BCM53573-s (A0, A1) and there is also BCM47189B0 which seems to be some small modification. The only problem with these chipsets seems to be watchdog. It's totally unavailable on 53573A0 / 53573A1 and preferable PMU watchdog is broken on 53573B0 / 53573B1. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
441756b6a6
commit
3f37ec79dd
2 changed files with 32 additions and 3 deletions
|
|
@ -205,6 +205,9 @@ struct bcma_host_ops {
|
|||
#define BCMA_PKG_ID_BCM4709 0
|
||||
#define BCMA_CHIP_ID_BCM47094 53030
|
||||
#define BCMA_CHIP_ID_BCM53018 53018
|
||||
#define BCMA_CHIP_ID_BCM53573 53573
|
||||
#define BCMA_PKG_ID_BCM53573 0
|
||||
#define BCMA_PKG_ID_BCM47189 1
|
||||
|
||||
/* Board types (on PCI usually equals to the subsystem dev id) */
|
||||
/* BCM4313 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue