aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
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/brcm63xx
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/brcm63xx')
-rw-r--r--target/linux/brcm63xx/dts/ct-6373.dts2
-rw-r--r--target/linux/brcm63xx/dts/homehub2a.dts2
-rw-r--r--target/linux/brcm63xx/dts/nb4-fxc-r1.dts2
-rw-r--r--target/linux/brcm63xx/dts/nb4-ser-r0.dts2
4 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/ct-6373.dts b/target/linux/brcm63xx/dts/ct-6373.dts
index 2d5d8fa7e4..f2a5842c69 100644
--- a/target/linux/brcm63xx/dts/ct-6373.dts
+++ b/target/linux/brcm63xx/dts/ct-6373.dts
@@ -14,7 +14,7 @@
spi-gpio {
#address-cells = <1>;
- #size-cells = <1>;
+ #size-cells = <0>;
compatible = "spi-gpio";
gpio-mosi = <&gpio0 7 0>;
diff --git a/target/linux/brcm63xx/dts/homehub2a.dts b/target/linux/brcm63xx/dts/homehub2a.dts
index 8d0accdb93..af5136c882 100644
--- a/target/linux/brcm63xx/dts/homehub2a.dts
+++ b/target/linux/brcm63xx/dts/homehub2a.dts
@@ -14,7 +14,7 @@
spi-gpio {
#address-cells = <1>;
- #size-cells = <1>;
+ #size-cells = <0>;
compatible = "spi-gpio";
gpio-mosi = <&gpio0 7 0>;
diff --git a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts
index e1f55fde91..2e43dd0d2c 100644
--- a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts
+++ b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts
@@ -14,7 +14,7 @@
spi-gpio {
#address-cells = <1>;
- #size-cells = <1>;
+ #size-cells = <0>;
compatible = "spi-gpio";
gpio-mosi = <&gpio0 7 0>;
diff --git a/target/linux/brcm63xx/dts/nb4-ser-r0.dts b/target/linux/brcm63xx/dts/nb4-ser-r0.dts
index 3044516cf8..1b9e4bc103 100644
--- a/target/linux/brcm63xx/dts/nb4-ser-r0.dts
+++ b/target/linux/brcm63xx/dts/nb4-ser-r0.dts
@@ -14,7 +14,7 @@
spi-gpio {
#address-cells = <1>;
- #size-cells = <1>;
+ #size-cells = <0>;
compatible = "spi-gpio";
gpio-mosi = <&gpio0 7 0>;