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
This commit is contained in:
parent
e733242a23
commit
5a98a6b9cf
1 changed files with 6 additions and 3 deletions
|
@ -62,6 +62,9 @@
|
||||||
stp {
|
stp {
|
||||||
lantiq,groups = "stp";
|
lantiq,groups = "stp";
|
||||||
lantiq,function = "stp";
|
lantiq,function = "stp";
|
||||||
|
lantiq,pull = <2>;
|
||||||
|
lantiq,open-drain = <0>;
|
||||||
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
exin {
|
exin {
|
||||||
lantiq,groups = "exin1";
|
lantiq,groups = "exin1";
|
||||||
|
@ -122,10 +125,10 @@
|
||||||
gpios = <&gpio 53 1>;
|
gpios = <&gpio 53 1>;
|
||||||
linux,code = <0x198>;
|
linux,code = <0x198>;
|
||||||
};
|
};
|
||||||
wps {
|
rfkill {
|
||||||
label = "wps";
|
label = "rfkill";
|
||||||
gpios = <&gpio 54 1>;
|
gpios = <&gpio 54 1>;
|
||||||
linux,code = <0x211>;
|
linux,code = <0xf7>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue