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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40320 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
cbc606f1f7
commit
6141a0bda7
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue