From 021c8936584ded4feee82939f05098c6894f4c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 14 May 2016 19:22:08 +0200 Subject: ramips: fix size-cells on spi nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit size-cells should be 0 in order to avoid dummy values in reg properties. Signed-off-by: Álvaro Fernández Rojas --- target/linux/ramips/dts/MZK-DP150N.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/MZK-DP150N.dts') diff --git a/target/linux/ramips/dts/MZK-DP150N.dts b/target/linux/ramips/dts/MZK-DP150N.dts index c34ecb1241..b43162fc43 100644 --- a/target/linux/ramips/dts/MZK-DP150N.dts +++ b/target/linux/ramips/dts/MZK-DP150N.dts @@ -40,7 +40,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; - reg = <0 0>; + reg = <0>; linux,modalias = "m25p80", "s25fl064k"; spi-max-frequency = <10000000>; @@ -71,7 +71,7 @@ spidev@1 { compatible = "linux,spidev"; spi-max-frequency = <10000000>; - reg = <1 0>; + reg = <1>; }; }; -- cgit v1.2.3