arm64: dts: qcom: msm8998-yoshino: fix volume-up key
The volume-up key is connected to gpio6 on yoshino.
Fix button node ordering while at it.
Disable pm8998_resin, since it is now unused.
Tested on maple and lilac.
Fixes: 390883af89 ("arm64: dts: qcom: msm8998: Introduce support for Sony Yoshino platform")
Signed-off-by: Sebastian Raase <linux@sraa.de>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240315225237.1616550-1-linux@sraa.de
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
0fba148c3a
commit
83ef6a5afc
@@ -98,30 +98,35 @@
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
label = "Side buttons";
|
||||
pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &vol_up_n>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&vol_down_n &focus_n &snapshot_n>;
|
||||
button-vol-down {
|
||||
label = "Volume Down";
|
||||
gpios = <&pm8998_gpios 5 GPIO_ACTIVE_LOW>;
|
||||
linux,input-type = <EV_KEY>;
|
||||
linux,code = <KEY_VOLUMEDOWN>;
|
||||
wakeup-source;
|
||||
button-camera-focus {
|
||||
label = "Camera Focus";
|
||||
gpios = <&pm8998_gpios 8 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_CAMERA_FOCUS>;
|
||||
debounce-interval = <15>;
|
||||
};
|
||||
|
||||
button-camera-snapshot {
|
||||
label = "Camera Snapshot";
|
||||
gpios = <&pm8998_gpios 7 GPIO_ACTIVE_LOW>;
|
||||
linux,input-type = <EV_KEY>;
|
||||
linux,code = <KEY_CAMERA>;
|
||||
debounce-interval = <15>;
|
||||
};
|
||||
|
||||
button-camera-focus {
|
||||
label = "Camera Focus";
|
||||
gpios = <&pm8998_gpios 8 GPIO_ACTIVE_LOW>;
|
||||
linux,input-type = <EV_KEY>;
|
||||
linux,code = <KEY_CAMERA_FOCUS>;
|
||||
button-vol-down {
|
||||
label = "Volume Down";
|
||||
gpios = <&pm8998_gpios 5 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_VOLUMEDOWN>;
|
||||
wakeup-source;
|
||||
debounce-interval = <15>;
|
||||
};
|
||||
|
||||
button-vol-up {
|
||||
label = "Volume Up";
|
||||
gpios = <&pm8998_gpios 6 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_VOLUMEUP>;
|
||||
wakeup-source;
|
||||
debounce-interval = <15>;
|
||||
};
|
||||
};
|
||||
@@ -345,6 +350,14 @@
|
||||
qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
|
||||
};
|
||||
|
||||
vol_up_n: vol-up-n-state {
|
||||
pins = "gpio6";
|
||||
function = PMIC_GPIO_FUNC_NORMAL;
|
||||
bias-pull-up;
|
||||
input-enable;
|
||||
qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
|
||||
};
|
||||
|
||||
focus_n: focus-n-state {
|
||||
pins = "gpio7";
|
||||
function = PMIC_GPIO_FUNC_NORMAL;
|
||||
@@ -405,11 +418,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pm8998_resin {
|
||||
linux,code = <KEY_VOLUMEUP>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&qusb2phy {
|
||||
status = "okay";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user