mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
arm: dts: rk3566-pinetab2: Setup ADC keys for use with u-boot menu
Signed-off-by: Ondrej Jirman <megi@xff.cz>
This commit is contained in:
@@ -51,3 +51,18 @@
|
||||
&vcc3v3_sd {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
/ {
|
||||
/*
|
||||
* Change key meanings to better suit U-Boot boot menu navigation.
|
||||
*/
|
||||
adc-keys {
|
||||
button-vol-up {
|
||||
linux,code = <KEY_UP>;
|
||||
};
|
||||
|
||||
button-vol-down {
|
||||
linux,code = <KEY_DOWN>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user