From a231c4ed4568c99bf507f470a4307fa3f7cd4828 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 27 Feb 2015 23:48:48 +0000 Subject: brcm63xx: backport and enable DT spi-gpio no CS support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44570 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/dts/ct-6373.dts | 6 ++---- target/linux/brcm63xx/dts/nb4-fxc-r1.dts | 6 ++---- target/linux/brcm63xx/dts/nb4-ser-r0.dts | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) (limited to 'target/linux/brcm63xx/dts') diff --git a/target/linux/brcm63xx/dts/ct-6373.dts b/target/linux/brcm63xx/dts/ct-6373.dts index 3a4079b9b6..b8be39dd15 100644 --- a/target/linux/brcm63xx/dts/ct-6373.dts +++ b/target/linux/brcm63xx/dts/ct-6373.dts @@ -5,7 +5,7 @@ / { model = "Comtrend CT-6373"; compatible = "comtrend,ct-6373", "brcm,bcm6358"; -/* + spi-gpio { #address-cells = <1>; #size-cells = <1>; @@ -25,7 +25,7 @@ #gpio-cells = <2>; }; }; -*/ + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -56,7 +56,6 @@ label = "CT6373-1:green:wlan"; gpios = <&gpio0 9 1>; }; -/* dsl_green { label = "CT6373-1:green:adsl"; gpios = <&hc595 0 1>; @@ -73,7 +72,6 @@ label = "CT6373-1:green:fxs2"; gpios = <&hc595 3 1>; }; -*/ }; }; diff --git a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts index e984f53ccc..0e9cc24986 100644 --- a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts +++ b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts @@ -5,7 +5,7 @@ / { model = "SFR Neuf Box 4 (Foxconn)"; compatible = "sfr,nb4-fxc-r1", "brcm,bcm6358"; -/* + spi-gpio { #address-cells = <1>; #size-cells = <1>; @@ -25,7 +25,7 @@ #gpio-cells = <2>; }; }; -*/ + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -78,7 +78,6 @@ label = "NB4-FXC-r1:green:service"; gpios = <&gpio0 30 0>; }; -/* alarm_white { label = "NB4-FXC-r1:white:alarm"; gpios = <&hc595 0 1>; @@ -95,6 +94,5 @@ label = "NB4-FXC-r0:white:adsl"; gpios = <&hc595 4 1>; }; -*/ }; }; diff --git a/target/linux/brcm63xx/dts/nb4-ser-r0.dts b/target/linux/brcm63xx/dts/nb4-ser-r0.dts index 1bacaeb4d2..d7abbf1ab8 100644 --- a/target/linux/brcm63xx/dts/nb4-ser-r0.dts +++ b/target/linux/brcm63xx/dts/nb4-ser-r0.dts @@ -5,7 +5,7 @@ / { model = "SFR Neuf Box 4 (Sercomm)"; compatible = "sfr,nb4-ser-r0", "brcm,bcm6358"; -/* + spi-gpio { #address-cells = <1>; #size-cells = <1>; @@ -25,7 +25,7 @@ #gpio-cells = <2>; }; }; -*/ + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -78,7 +78,6 @@ label = "NB4-SER-r0:green:service"; gpios = <&gpio0 30 1>; }; -/* alarm_white { label = "NB4-SER-r0:white:alarm"; gpios = <&hc595 0 1>; @@ -95,6 +94,5 @@ label = "NB4-SER-r0:white:adsl"; gpios = <&hc595 4 1>; }; -*/ }; }; -- cgit v1.2.3