aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-11-26 14:17:47 +0100
committerMathias Kresin <dev@kresin.me>2018-11-26 15:54:22 +0100
commitbe3e69d99189636d5f0854bd3a91e004b2c370e0 (patch)
tree66463d53977be4495a0b65639cb29b24af2cf9b3
parente4d9217fe5419364d2fe89e69c2e4f9f47fd30b6 (diff)
downloadupstream-be3e69d99189636d5f0854bd3a91e004b2c370e0.tar.gz
upstream-be3e69d99189636d5f0854bd3a91e004b2c370e0.tar.bz2
upstream-be3e69d99189636d5f0854bd3a91e004b2c370e0.zip
ramips: rt2880: fix pci cells definition
Set the correct number of cells to fix "property has invalid length" dtc compiler warnings. Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r--target/linux/ramips/dts/rt2880.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi
index 0d7a97fafb..c163657eda 100644
--- a/target/linux/ramips/dts/rt2880.dtsi
+++ b/target/linux/ramips/dts/rt2880.dtsi
@@ -193,8 +193,8 @@
pci: pci@440000 {
compatible = "ralink,rt288x-pci";
reg = <0x00440000 0x20000>;
- #address-cells = <1>;
- #size-cells = <1>;
+ #address-cells = <3>;
+ #size-cells = <2>;
status = "disabled";
};