rockchip: dts: rv1126: add menu key

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib3e24be7153cc94428e2d6dcdc5a43c6c2ce8501
This commit is contained in:
Joseph Chen 2020-05-28 16:46:57 +08:00 committed by Jianhong Chen
parent f876ce9b2e
commit 766120444d
1 changed files with 8 additions and 1 deletions

View File

@ -20,12 +20,19 @@
u-boot,dm-spl;
status = "okay";
vol-up-key {
volumeup-key {
u-boot,dm-spl;
linux,code = <KEY_VOLUMEUP>;
label = "volume up";
press-threshold-microvolt = <0>;
};
menu-key {
u-boot,dm-spl;
linux,code = <KEY_MENU>;
label = "menu";
press-threshold-microvolt = <1198828>;
};
};
};