mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 10:49:40 +08:00
lantiq: fix ARV452CQW button gpio setup
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
d5143a49b7
commit
d57990e071
@ -152,19 +152,19 @@
|
||||
#size-cells = <0>;
|
||||
poll-interval = <100>;
|
||||
|
||||
rfkill {
|
||||
label = "rfkill";
|
||||
gpios = <&gpio 11 1>;
|
||||
linux,code = <0xf7>;
|
||||
};
|
||||
wps {
|
||||
label = "wps";
|
||||
gpios = <&gpio 11 1>;
|
||||
gpios = <&gpio 29 1>;
|
||||
linux,code = <0x101>;
|
||||
};
|
||||
restart {
|
||||
label = "restart";
|
||||
gpios = <&gpio 12 1>;
|
||||
linux,code = <0x110>;
|
||||
};
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio 28 1>;
|
||||
gpios = <&gpio 30 1>;
|
||||
linux,code = <0x198>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user