aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ALL5003.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-11-10 06:22:50 +0100
committerMathias Kresin <dev@kresin.me>2016-11-12 21:04:15 +0100
commitde40d4536330cce9c1b3aa36cc71c0d2dfc74ee5 (patch)
tree5a8f220830fa8788da3f36a3849b42b936879f82 /target/linux/ramips/dts/ALL5003.dts
parentb9f609161d22412710e044274ced894986f5b71c (diff)
downloadupstream-de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5.tar.gz
upstream-de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5.tar.bz2
upstream-de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5.zip
treewide: dts: fix dtc compiler warnings
Fixes invalid device tree parameters. Drop the mvsw61xx node used in mvebu device tree source files. It looks like some kind of ethernet switch cargo cult. Neither the marvell,88e6352 nor the marvell,88e6172 compatible strings can be found in any LEDE file or in the kernel sources. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/ALL5003.dts')
-rw-r--r--target/linux/ramips/dts/ALL5003.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ALL5003.dts b/target/linux/ramips/dts/ALL5003.dts
index 432dd516ff..dfb97e6d9b 100644
--- a/target/linux/ramips/dts/ALL5003.dts
+++ b/target/linux/ramips/dts/ALL5003.dts
@@ -7,6 +7,9 @@
model = "Allnet ALL5003";
i2c-gpio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
compatible = "i2c-gpio";
gpios = <&gpio0 1 0 &gpio0 2 0>;
i2c-gpio,delay-us = <10>;