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/mt7620a.dtsi | |
parent | d4cd8f89eb044d1e2bf6a7962a3a5ca970e4dcf9 (diff) | |
download | mtk-20170518-948e67cb16f01b7d607154c296bc1068ea12ee88.zip mtk-20170518-948e67cb16f01b7d607154c296bc1068ea12ee88.tar.gz mtk-20170518-948e67cb16f01b7d607154c296bc1068ea12ee88.tar.bz2 |
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/mt7620a.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 80e8977..026e745 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"; |