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