hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dtsi
....@@ -18,14 +18,14 @@
1818 keyup-threshold-microvolt = <1800000>;
1919
2020 esc-key {
21
- linux,code = <KEY_ESC>;
22
- label = "esc";
21
+ linux,code = <KEY_BACK>;
22
+ label = "back";
2323 press-threshold-microvolt = <1310000>;
2424 };
2525
2626 home-key {
27
- linux,code = <KEY_HOME>;
28
- label = "home";
27
+ linux,code = <KEY_HOMEPAGE>;
28
+ label = "homepage";
2929 press-threshold-microvolt = <624000>;
3030 };
3131