diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 23:48:48 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 23:48:48 +0000 |
commit | b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a (patch) | |
tree | bd93a22efa69c369f8102b6e8b21624e753b38bf /target/linux/brcm63xx/dts/ct-6373.dts | |
parent | b6ad4b7332f1c0ad409f210ef30b07b06b582daa (diff) | |
download | upstream-b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a.tar.gz upstream-b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a.tar.bz2 upstream-b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a.zip |
brcm63xx: backport and enable DT spi-gpio no CS support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44570
Diffstat (limited to 'target/linux/brcm63xx/dts/ct-6373.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ct-6373.dts | 6 |
1 files changed, 2 insertions, 4 deletions
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>; }; -*/ }; }; |