mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID: GOU: Add headphone detect switch
This commit is contained in:
@@ -75,6 +75,14 @@
|
||||
linux,code = <KEY_VOLUMEDOWN>;
|
||||
gpios = <&gpio GPIOX_9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
headphone-detect-switch {
|
||||
label = "HEADPHONE";
|
||||
linux,input-type = <EV_SW>;
|
||||
linux,code = <SW_HEADPHONE_INSERT>;
|
||||
gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
joypad: gou_joypad {
|
||||
|
||||
Reference in New Issue
Block a user