aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ALL5003.dts
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-24 12:55:19 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 12:55:19 +0200
commit93da3f428168d0a99318122cb1ea667839ea32d2 (patch)
tree8996f24142bbfee0632a5ce72dc3c9cf03a11aba /target/linux/ramips/dts/ALL5003.dts
parent77da98d12fe1228eb7c0d867b9f21bd8372110cd (diff)
downloadmaster-187ad058-93da3f428168d0a99318122cb1ea667839ea32d2.tar.gz
master-187ad058-93da3f428168d0a99318122cb1ea667839ea32d2.tar.bz2
master-187ad058-93da3f428168d0a99318122cb1ea667839ea32d2.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/ALL5003.dts')
-rw-r--r--target/linux/ramips/dts/ALL5003.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ALL5003.dts b/target/linux/ramips/dts/ALL5003.dts
index 3a6023acd6..432dd516ff 100644
--- a/target/linux/ramips/dts/ALL5003.dts
+++ b/target/linux/ramips/dts/ALL5003.dts
@@ -50,7 +50,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
- reg = <0 0>;
+ reg = <0>;
linux,modalias = "m25p80", "mx25l25635e";
spi-max-frequency = <10000000>;