diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-21 16:54:03 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-21 16:54:03 +0000 |
commit | 94d75044c41c6cac990f0745e4fea3d210e9d906 (patch) | |
tree | 59539607d881adaa9465554e8cdd5c99f835a998 /target/linux | |
parent | 1b9e69e5a89003acfa33b99c6f94265fa4565751 (diff) | |
download | upstream-94d75044c41c6cac990f0745e4fea3d210e9d906.tar.gz upstream-94d75044c41c6cac990f0745e4fea3d210e9d906.tar.bz2 upstream-94d75044c41c6cac990f0745e4fea3d210e9d906.zip |
lantiq: Fix ARV7518 DTS definitions
Fix EBU leds by removing req2 and gnt2 from pinmux.
Fix rfkill button gpio.
Enable reset button.
Fix power led activation status.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/dts/ARV7518PW.dts | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/target/linux/lantiq/dts/ARV7518PW.dts b/target/linux/lantiq/dts/ARV7518PW.dts index e76abb5787..8213c55a13 100644 --- a/target/linux/lantiq/dts/ARV7518PW.dts +++ b/target/linux/lantiq/dts/ARV7518PW.dts @@ -87,14 +87,14 @@ lantiq,function = "ebu"; }; pci_in { - lantiq,groups = "req1", "req2"; + lantiq,groups = "req1"; lantiq,function = "pci"; lantiq,open-drain = <1>; lantiq,pull = <2>; lantiq,output = <0>; }; pci_out { - lantiq,groups = "gnt1", "gnt2"; + lantiq,groups = "gnt1"; lantiq,function = "pci"; lantiq,pull = <0>; lantiq,output = <1>; @@ -104,6 +104,16 @@ lantiq,pull = <2>; lantiq,output = <1>; }; + leds { + lantiq,pins = "io2", "io4", "io5", "io6", "io7", "io8", "io19"; + lantiq,output = <1>; + }; + keys { + lantiq,pins = "io28", "io30"; + lantiq,output = <0>; + lantiq,pull = <2>; + lantiq,open-drain = <1>; + }; }; }; @@ -136,21 +146,21 @@ rfkill { label = "rfkill"; - gpios = <&gpio 25 1>; + gpios = <&gpio 28 1>; linux,code = <0xf7>; }; -/* reset { + reset { label = "reset"; gpios = <&gpio 30 1>; linux,code = <0x198>; - };*/ + }; }; gpio-leds { compatible = "gpio-leds"; power { label = "power"; - gpios = <&gpio 2 0>; + gpios = <&gpio 2 1>; }; dsl { label = "dsl"; |