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:
Wenping Zhang
2021-01-14 09:30:25 +00:00
committed by Tao Huang
parent 113b6107c5
commit 8fee1ec2e0

10
arch/arm64/boot/dts/rockchip/rk3566-rk817-eink-w103.dts Executable file → Normal file
View 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>;
};
};