ramips: add missing size/address-cells to device tree include files
authorFelix Fietkau <nbd@openwrt.org>
Sat, 8 Nov 2014 14:15:44 +0000 (14:15 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 8 Nov 2014 14:15:44 +0000 (14:15 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43217

target/linux/ramips/dts/mt7620a.dtsi
target/linux/ramips/dts/mt7628an.dtsi

index 211d8dc3c1082b3f97f708fa5e4379431624d135..37b65600ef8fbc6e8496baa6d63b73d53e9bdb6e 100644 (file)
                reg = <0x10140000 0x100
                        0x10142000 0x100>;
 
+               #address-cells = <3>;
+               #size-cells = <2>;
+
                resets = <&rstctrl 26>;
                reset-names = "pcie0";
 
 
                pcie-bridge {
                        reg = <0x0000 0 0 0 0>;
+
+                       #address-cells = <3>;
+                       #size-cells = <2>;
+
                        device_type = "pci";
                };
        };
index ee953cd026a6f4dc6da7a5292734e142fe519af8..f0cb7b5f5056ca5cd4aecb28e7a63b778b3139e2 100644 (file)
                reg = <0x10140000 0x100
                        0x10142000 0x100>;
 
+               #address-cells = <3>;
+               #size-cells = <2>;
+
                resets = <&rstctrl 26>;
                reset-names = "pcie0";
 
 
                pcie-bridge {
                        reg = <0x0000 0 0 0 0>;
+
+                       #address-cells = <3>;
+                       #size-cells = <2>;
+
                        device_type = "pci";
                };
        };