diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-08 14:15:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-08 14:15:44 +0000 |
commit | 29f71d384f5d1fee5a68772775484f0fa00e04a4 (patch) | |
tree | 6ac88eb074753d1dbd4775798809b424974aacb0 /target/linux/ramips/dts | |
parent | 604a3e5134a57dcbdb435d8083b612f2382c0257 (diff) | |
download | mtk-20170518-29f71d384f5d1fee5a68772775484f0fa00e04a4.zip mtk-20170518-29f71d384f5d1fee5a68772775484f0fa00e04a4.tar.gz mtk-20170518-29f71d384f5d1fee5a68772775484f0fa00e04a4.tar.bz2 |
ramips: add missing size/address-cells to device tree include files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43217
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 7 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 211d8dc..37b6560 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -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"; }; }; diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index ee953cd..f0cb7b5 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -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"; }; }; |