mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
xiaomi-sm7450-common: Increase volume up debounce interval
Change-Id: Iec9d68089af262218bad2f63ba9d83e342b7b315 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
@@ -1,11 +1,28 @@
|
||||
&soc {
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
label = "gpio-keys";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&key_vol_up_default>;
|
||||
|
||||
vol_up {
|
||||
label = "volume_up";
|
||||
gpios = <&pm7325_gpios 6 GPIO_ACTIVE_LOW>;
|
||||
linux,input-type = <1>;
|
||||
linux,code = <KEY_VOLUMEUP>;
|
||||
gpio-key,wakeup;
|
||||
debounce-interval = <32>;
|
||||
linux,can-disable;
|
||||
};
|
||||
};
|
||||
|
||||
mtdoops_pmsg@0xa7000000 {
|
||||
compatible = "mtdoops_pmsg";
|
||||
reg = <0xa7000000 0x400000>;
|
||||
console-size = <0x200000>;
|
||||
pmsg-size = <0x200000>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&reserved_memory {
|
||||
|
||||
Reference in New Issue
Block a user