diff options
author | Mathias Kresin <dev@kresin.me> | 2016-11-10 06:22:50 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-12 21:04:15 +0100 |
commit | de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5 (patch) | |
tree | 5a8f220830fa8788da3f36a3849b42b936879f82 /target/linux/brcm63xx | |
parent | b9f609161d22412710e044274ced894986f5b71c (diff) | |
download | mtk-20170518-de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5.zip mtk-20170518-de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5.tar.gz mtk-20170518-de40d4536330cce9c1b3aa36cc71c0d2dfc74ee5.tar.bz2 |
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.dts | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/homehub2a.dts | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/nb4-fxc-r1.dts | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/nb4-ser-r0.dts | 2 |
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 2d5d8fa..f2a5842 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 8d0accd..af5136c 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 e1f55fd..2e43dd0 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 3044516..1b9e4bc 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>; |