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/linux/ramips/dts/rt3352.dtsi | |
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/linux/ramips/dts/rt3352.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |