ramips: add missing size/address-cells to device tree include files
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Nov 2014 14:15:44 +0000 (14:15 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Nov 2014 14:15:44 +0000 (14:15 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43217 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 211d8dc..37b6560 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 ee953cd..f0cb7b5 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";
                };
        };