mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: add missing size/address-cells to device tree include files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43217 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user