diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-20 10:05:52 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-23 12:18:35 +0200 |
commit | 7122609082e9826fa719b7445a600c88973c3b21 (patch) | |
tree | 98d20df8f05677791882d2a544727a6c7d58ec04 /target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts | |
parent | e656bcbab0106aca52ec0b2db354c1336d39b3b3 (diff) | |
download | upstream-7122609082e9826fa719b7445a600c88973c3b21.tar.gz upstream-7122609082e9826fa719b7445a600c88973c3b21.tar.bz2 upstream-7122609082e9826fa719b7445a600c88973c3b21.zip |
bmips: switch to generic bcma/ssb fallback SPROM
Stop using bmips b43-sprom fixups and switch to generic bcma/ssb fallback
SPROMs. This way we don't need to include the b43-sprom fixups on devices
without Broadcom wireless.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts b/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts index df6ee5eadd..276858dff7 100644 --- a/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts +++ b/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts @@ -29,7 +29,7 @@ }; bcm43225-sprom { - compatible = "brcm,bcm43225-sprom"; + compatible = "brcm,bcma-sprom"; pci-bus = <1>; pci-dev = <0>; @@ -38,6 +38,7 @@ nvmem-cell-names = "mac-address"; mac-address-increment = <1>; + brcm,sprom = "brcm/bcm43225-sprom.bin"; brcm,sprom-fixups = <2 0x05bb>, <65 0x1204>, <78 0x0303>, |