Message ID | 20231107120503.28917-1-quic_shazhuss@quicinc.com |
---|---|
State | Accepted |
Commit | 81c8ec77b86fde629d5beea1ebe42caeea57c5a4 |
Headers | show |
Series | [v1] arm64: dts: qcom: sa8775p-ride: enable pmm8654au_0_pon_resin | expand |
On Tue, 07 Nov 2023 17:35:02 +0530, Shazad Hussain wrote: > The volume down key is controlled by PMIC via the PON hardware on > sa8775p platform, so enable the same for sa8775p-ride. > > Applied, thanks! [1/1] arm64: dts: qcom: sa8775p-ride: enable pmm8654au_0_pon_resin commit: 81c8ec77b86fde629d5beea1ebe42caeea57c5a4 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts index 9760bb4b468c..26ad05bd3b3f 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts @@ -461,6 +461,11 @@ "ANALOG_PON_OPT"; }; +&pmm8654au_0_pon_resin { + linux,code = <KEY_VOLUMEDOWN>; + status = "okay"; +}; + &pmm8654au_1_gpios { gpio-line-names = "PMIC_C_ID0", "PMIC_C_ID1",
The volume down key is controlled by PMIC via the PON hardware on sa8775p platform, so enable the same for sa8775p-ride. Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com> --- arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 5 +++++ 1 file changed, 5 insertions(+)