diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-14 19:22:08 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-18 16:57:39 +0200 |
commit | 021c8936584ded4feee82939f05098c6894f4c50 (patch) | |
tree | 997463f57af95ecb5ffb88991fd0d807c9789dac /target/linux/ramips/dts/rt5350.dtsi | |
parent | b8a129638ed46be7103e1043e2753ddbcb554baa (diff) | |
download | upstream-021c8936584ded4feee82939f05098c6894f4c50.tar.gz upstream-021c8936584ded4feee82939f05098c6894f4c50.tar.bz2 upstream-021c8936584ded4feee82939f05098c6894f4c50.zip |
ramips: fix size-cells on spi nodes
size-cells should be 0 in order to avoid dummy values in reg properties.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/rt5350.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 8733d4f550..1f71795fcf 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -161,7 +161,7 @@ reset-names = "spi"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&spi_pins>; |