[PATCH] ARM: dts: qcom: pm8921: add vibrator device node

Shinjo Park posted 1 patch 3 months, 4 weeks ago
arch/arm/boot/dts/qcom/pm8921.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] ARM: dts: qcom: pm8921: add vibrator device node
Posted by Shinjo Park 3 months, 4 weeks ago
Use the same definition as pm8058.dtsi. Since vibrator is used only by
some devices, disable it by default and let it be enabled explicitly.

Signed-off-by: Shinjo Park <peremen@gmail.com>
---
 arch/arm/boot/dts/qcom/pm8921.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/qcom/pm8921.dtsi b/arch/arm/boot/dts/qcom/pm8921.dtsi
index 058962af3005..535cb6a2543f 100644
--- a/arch/arm/boot/dts/qcom/pm8921.dtsi
+++ b/arch/arm/boot/dts/qcom/pm8921.dtsi
@@ -17,6 +17,12 @@ pwrkey@1c {
 			pull-up;
 		};
 
+		pm8921_vibrator: vibrator@4a {
+			compatible = "qcom,pm8921-vib";
+			reg = <0x4a>;
+			status = "disabled";
+		};
+
 		pm8921_mpps: mpps@50 {
 			compatible = "qcom,pm8921-mpp",
 				     "qcom,ssbi-mpp";
-- 
2.48.1
Re: [PATCH] ARM: dts: qcom: pm8921: add vibrator device node
Posted by Bjorn Andersson 2 months, 3 weeks ago
On Fri, 13 Jun 2025 21:42:53 +0200, Shinjo Park wrote:
> Use the same definition as pm8058.dtsi. Since vibrator is used only by
> some devices, disable it by default and let it be enabled explicitly.
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom: pm8921: add vibrator device node
      commit: f36e10fa6e1ed424058b2121c174e105e7c53f1d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>