mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
arm64: dts: rockchip: rk3566-rk817-eink-w103: add back key support.
Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com> Change-Id: Iee8f9c3a6b8a447d9e50e1f9b4767848d4ccb1a1
This commit is contained in:
10
arch/arm64/boot/dts/rockchip/rk3566-rk817-eink-w103.dts
Executable file → Normal file
10
arch/arm64/boot/dts/rockchip/rk3566-rk817-eink-w103.dts
Executable file → Normal file
@@ -94,11 +94,13 @@
|
||||
compatible = "gpio-keys";
|
||||
autorepeat;
|
||||
|
||||
home {
|
||||
debounce-interval = <100>;
|
||||
gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_LOW>;
|
||||
BACK {
|
||||
label = "GPIO Key Home";
|
||||
linux,code = <KEY_HOME>;
|
||||
debounce-interval = <10>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <13 IRQ_TYPE_LEVEL_LOW>;
|
||||
linux,input-type = <EV_KEY>;
|
||||
linux,code = <KEY_BACK>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user