mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3308: fix mute key to micmute for evb
Change-Id: Ic539d0816b2ffb5767a598e14d34d92b85beaaa1 Signed-off-by: Yu YongZhen <yuyz@rock-chips.com>
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
keyup-threshold-microvolt = <1800000>;
|
||||
|
||||
esc-key {
|
||||
linux,code = <KEY_MUTE>;
|
||||
label = "mute";
|
||||
linux,code = <KEY_MICMUTE>;
|
||||
label = "micmute";
|
||||
press-threshold-microvolt = <1130000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
keyup-threshold-microvolt = <1800000>;
|
||||
|
||||
esc-key {
|
||||
linux,code = <KEY_MUTE>;
|
||||
label = "mute";
|
||||
linux,code = <KEY_MICMUTE>;
|
||||
label = "micmute";
|
||||
press-threshold-microvolt = <1130000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user