diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-23 20:14:38 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-23 20:14:38 +0100 |
commit | 793047bb0f48ed61b2ea7905465ced19cda626ca (patch) | |
tree | 12a947618b1db7e8f58debfac605e7e9403f0a40 /target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts | |
parent | 7f04d675170d255580edf77d4ff7c0adebb57609 (diff) | |
download | upstream-793047bb0f48ed61b2ea7905465ced19cda626ca.tar.gz upstream-793047bb0f48ed61b2ea7905465ced19cda626ca.tar.bz2 upstream-793047bb0f48ed61b2ea7905465ced19cda626ca.zip |
bmips: add B43 SPROM PCI fixups
Add support for registering fallback BCMA/SSB B43 SPROMs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts b/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts index 5b44b05e70..725c7e38cd 100644 --- a/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts +++ b/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts @@ -31,6 +31,28 @@ debounce-interval = <60>; }; }; + + bcm43217-sprom { + compatible = "brcm,bcm43217-sprom"; + + pci-bus = <1>; + pci-dev = <0>; + + mtd-mac-address = <&cfe 0x6a0>; + mtd-mac-address-increment = <1>; + + brcm,sprom-fixups = <6 0x1c00>, + <65 0x1255>, + <97 0xfe55>, + <98 0x171d>, + <99 0xfa42>, + <113 0xfeb7>, + <114 0x18cd>, + <115 0xfa4f>, + <162 0x6444>, + <170 0x6444>, + <172 0x6444>; + }; }; &ehci { |