Enable recovery key
This commit is contained in:
parent
12554247bb
commit
bf046395d3
|
|
@ -12,6 +12,20 @@
|
|||
/ {
|
||||
model = "Luckfox Pico Mini B";
|
||||
compatible = "rockchip,rv1103g-38x38-ipc-v10", "rockchip,rv1103";
|
||||
|
||||
adc-keys {
|
||||
compatible = "adc-keys";
|
||||
io-channels = <&saradc 0>;
|
||||
io-channel-names = "buttons";
|
||||
poll-interval = <100>;
|
||||
keyup-threshold-microvolt = <1800000>;
|
||||
|
||||
recovery {
|
||||
label = "Volum_up";
|
||||
linux,code = <KEY_VOLUMEUP>;
|
||||
press-threshold-microvolt = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/**********SFC**********/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user