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

Shinjo Park posted 1 patch 3 months, 4 weeks ago
There is a newer version of this series
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 Konrad Dybcio 3 months, 4 weeks ago
On 6/13/25 9:40 PM, 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.
> 
> Signed-off-by: Shinjo Park <peremen@gmail.com>
> ---

This is the third time I receive this patch within 5 minutes - please
check https://lore.kernel.org/linux-arm-msm/ to make sure your emails
reached the outside world

Konrad
Re: [PATCH] ARM: dts: qcom: pm8921: add vibrator device node
Posted by Shinjo Park 3 months, 4 weeks ago
Hi all,

I am very sorry for annoying through multiple messages, I mistook the SMTP 
result code as "failure" while it was successful. 

Best,
Shinjo

2025년 6월 13일 금요일 오후 9시 41분 33초 중부유럽 하계 표준시에 Konrad Dybcio 님이 쓴 글:
> On 6/13/25 9:40 PM, 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.
> > 
> > Signed-off-by: Shinjo Park <peremen@gmail.com>
> > ---
> 
> This is the third time I receive this patch within 5 minutes - please
> check https://lore.kernel.org/linux-arm-msm/ to make sure your emails
> reached the outside world
> 
> Konrad