diff options
author | John Crispin <john@openwrt.org> | 2015-10-05 10:26:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-05 10:26:54 +0000 |
commit | 948e67cb16f01b7d607154c296bc1068ea12ee88 (patch) | |
tree | c2eb8fa9d71352108a266f86b396b4583baaa2d8 /target | |
parent | d4cd8f89eb044d1e2bf6a7962a3a5ca970e4dcf9 (diff) | |
download | upstream-948e67cb16f01b7d607154c296bc1068ea12ee88.tar.gz upstream-948e67cb16f01b7d607154c296bc1068ea12ee88.tar.bz2 upstream-948e67cb16f01b7d607154c296bc1068ea12ee88.zip |
ramips: fix size-cells for spi nodes
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47119
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7620n.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 80e8977f4d..026e7458d3 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -210,7 +210,7 @@ reset-names = "spi"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; status = "disabled"; diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index e886c6fbec..b1586ec073 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b/target/linux/ramips/dts/mt7620n.dtsi @@ -162,7 +162,7 @@ reset-names = "spi"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; status = "disabled"; diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index bc79d392b0..fd2e1008a3 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -94,7 +94,7 @@ reset-names = "spi"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&spi_pins>; diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index fd584a12ab..0f59cb7b36 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -113,7 +113,7 @@ reset-names = "spi"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&spi_pins>; diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index 009277f2b8..b04845c4c9 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -144,7 +144,7 @@ compatible = "ralink,rt3352-spi", "ralink,rt2880-spi"; reg = <0xb00 0x100>; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; resets = <&rstctrl 18>; reset-names = "spi"; diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 5282e5bc71..8dd06c8c27 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -158,7 +158,7 @@ reset-names = "spi"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&spi_pins &spi_cs1>; |