summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/LINKIT7688.dts
diff options
context:
space:
mode:
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
commit021c8936584ded4feee82939f05098c6894f4c50 (patch)
tree997463f57af95ecb5ffb88991fd0d807c9789dac /target/linux/ramips/dts/LINKIT7688.dts
parentb8a129638ed46be7103e1043e2753ddbcb554baa (diff)
downloadmaster-31e0f0ae-021c8936584ded4feee82939f05098c6894f4c50.tar.gz
master-31e0f0ae-021c8936584ded4feee82939f05098c6894f4c50.tar.bz2
master-31e0f0ae-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/LINKIT7688.dts')
-rw-r--r--target/linux/ramips/dts/LINKIT7688.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/LINKIT7688.dts b/target/linux/ramips/dts/LINKIT7688.dts
index ac8b0352b4..38863515eb 100644
--- a/target/linux/ramips/dts/LINKIT7688.dts
+++ b/target/linux/ramips/dts/LINKIT7688.dts
@@ -115,7 +115,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
- reg = <0 0>;
+ reg = <0>;
linux,modalias = "m25p80", "mx25l25635e";
spi-max-frequency = <40000000>;
m25p,chunked-io = <31>;
@@ -147,7 +147,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "spidev";
- reg = <1 0>;
+ reg = <1>;
spi-max-frequency = <40000000>;
};
};