ath79: fix WNDR3700/WNDR3800 wifi reg size
authorChristian Lamparter <chunkeey@gmail.com>
Wed, 15 Aug 2018 15:53:48 +0000 (17:53 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 7 Dec 2019 11:01:23 +0000 (12:01 +0100)
"[...] the size component shall be zero."
(See "PCI Bus Binding to: IEEE Std 1275-1994 Rev 2.1"
section "4.1.1 Open Firmware-defined Properties for Child Nodes")

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi

index 7d842af060713b780f4ac04920a4b3b7fb36f330..08b3c77b393102257dd8d406e48a054c92ec4d25 100644 (file)
 
        ath9k0: wifi@0,11 {
                compatible = "pci168c,0029";
-               reg = <0x8800 0 0 0 0x10000>;
+               reg = <0x8800 0 0 0 0>;
                mtd-mac-address = <&art 0x0>;
                qca,no-eeprom;
                #gpio-cells = <2>;
 
        ath9k1: wifi@0,12 {
                compatible = "pci168c,0029";
-               reg = <0x9000 0 0 0 0x10000>;
+               reg = <0x9000 0 0 0 0>;
                mtd-mac-address = <&art 0xc>;
                qca,no-eeprom;
                #gpio-cells = <2>;