arm64: dts: rockchip: rk3399-evb-ind: Fix adc_key

Change-Id: Ife97b39cc7aa357763cca1dd7a5a530e489ffb84
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing
2019-12-23 17:16:05 +08:00
committed by Tao Huang
parent 3186ac2fbc
commit 15d2e5fd95

View File

@@ -22,15 +22,15 @@
poll-interval = <100>;
vol-up-key {
linux,code = <115>;
label = "volume up";
rockchip,adc_value = <1000>;
linux,code = <KEY_VOLUMEUP>;
press-threshold-microvolt = <1000>;
};
vol-down-key {
linux,code = <114>;
label = "volume down";
rockchip,adc_value = <170000>;
linux,code = <KEY_VOLUMEDOWN>;
press-threshold-microvolt = <170000>;
};
};