Message ID | 20240406-shinano-vib-v1-1-fdd02af39d56@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Commit | 5c94b0b906436aad74e559195007afdd328211f4 |
Headers | show |
Series | ARM: dts: qcom: msm8974-sony-shinano: Enable vibrator | expand |
On Sat, 6 Apr 2024 at 18:36, Luca Weiss <luca@z3ntu.xyz> wrote: > > Enable the vibrator connected to PM8941 found on the Sony shinano > platform. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > .../arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
On Sat, 06 Apr 2024 17:27:20 +0200, Luca Weiss wrote: > Enable the vibrator connected to PM8941 found on the Sony shinano > platform. > > Applied, thanks! [1/1] ARM: dts: qcom: msm8974-sony-shinano: Enable vibrator commit: 5c94b0b906436aad74e559195007afdd328211f4 Best regards,
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi index 3a0c0035de09..e129bb1bd6ec 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi @@ -202,6 +202,10 @@ led@7 { }; }; +&pm8941_vib { + status = "okay"; +}; + &remoteproc_adsp { cx-supply = <&pm8841_s2>; status = "okay";
Enable the vibrator connected to PM8941 found on the Sony shinano platform. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- .../arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+) --- base-commit: 956abeb75f90eac3d5ba1f4cff7c048f7c079502 change-id: 20240406-shinano-vib-80e27e9bab2c Best regards,