diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 09:16:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 09:16:19 +0000 |
commit | 5a98a6b9cf31aa52fe4a33a410509602637bb00b (patch) | |
tree | bb9192f8e776dcd7c67f5c1e2e33a465dd8d877b /target | |
parent | e733242a2399fb444997a6c10f45f15d2166c872 (diff) | |
download | upstream-5a98a6b9cf31aa52fe4a33a410509602637bb00b.tar.gz upstream-5a98a6b9cf31aa52fe4a33a410509602637bb00b.tar.bz2 upstream-5a98a6b9cf31aa52fe4a33a410509602637bb00b.zip |
lantiq: P2601HNFX dts update for STP and buttons
- Set correct AltSel for STP pins
- Set front button to rfkill
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40320
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/P2601HNFX.dts | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/P2601HNFX.dts b/target/linux/lantiq/dts/P2601HNFX.dts index 905f89474d..bb9193eb1f 100644 --- a/target/linux/lantiq/dts/P2601HNFX.dts +++ b/target/linux/lantiq/dts/P2601HNFX.dts @@ -62,6 +62,9 @@ stp { lantiq,groups = "stp"; lantiq,function = "stp"; + lantiq,pull = <2>; + lantiq,open-drain = <0>; + lantiq,output = <1>; }; exin { lantiq,groups = "exin1"; @@ -122,10 +125,10 @@ gpios = <&gpio 53 1>; linux,code = <0x198>; }; - wps { - label = "wps"; + rfkill { + label = "rfkill"; gpios = <&gpio 54 1>; - linux,code = <0x211>; + linux,code = <0xf7>; }; }; |