arch/arm/boot/dts/qcom/pm8921.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)
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
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
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
© 2016 - 2025 Red Hat, Inc.