ramips: add missing size/address-cells to device tree include files

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43217
This commit is contained in:
Felix Fietkau 2014-11-08 14:15:44 +00:00
parent 604a3e5134
commit 29f71d384f
2 changed files with 14 additions and 0 deletions

View file

@ -434,6 +434,9 @@
reg = <0x10140000 0x100
0x10142000 0x100>;
#address-cells = <3>;
#size-cells = <2>;
resets = <&rstctrl 26>;
reset-names = "pcie0";
@ -444,6 +447,10 @@
pcie-bridge {
reg = <0x0000 0 0 0 0>;
#address-cells = <3>;
#size-cells = <2>;
device_type = "pci";
};
};

View file

@ -202,6 +202,9 @@
reg = <0x10140000 0x100
0x10142000 0x100>;
#address-cells = <3>;
#size-cells = <2>;
resets = <&rstctrl 26>;
reset-names = "pcie0";
@ -212,6 +215,10 @@
pcie-bridge {
reg = <0x0000 0 0 0 0>;
#address-cells = <3>;
#size-cells = <2>;
device_type = "pci";
};
};