mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
ramips: HLK-RM04 - Fix push button functions
The RESET button of the HLK-RM04 is connected to GPIO0, linux function 0x198 The WPS button of the HLK-RM04 is connected to GPIO14, linux function 0x211 Signed-off-by: John Clark <inindev@gmail.com> SVN-Revision: 48663
This commit is contained in:
parent
1f26091242
commit
480e15f2ce
@ -87,11 +87,15 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
poll-interval = <20>;
|
poll-interval = <20>;
|
||||||
|
reset {
|
||||||
wps {
|
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&gpio0 14 1>;
|
gpios = <&gpio0 0 1>;
|
||||||
linux,code = <0x198>;
|
linux,code = <0x198>;
|
||||||
};
|
};
|
||||||
|
wps {
|
||||||
|
label = "wps";
|
||||||
|
gpios = <&gpio0 14 1>;
|
||||||
|
linux,code = <0x211>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user