rockchip: dts: rv1126: add menu key
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ib3e24be7153cc94428e2d6dcdc5a43c6c2ce8501
This commit is contained in:
parent
f876ce9b2e
commit
766120444d
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue