All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: qcom: pm8226: Add vibration motor node
@ 2021-11-23  0:32 Jack Matthews
  2022-02-01  5:19 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Matthews @ 2021-11-23  0:32 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: luca, bartosz.dudziak, Jack Matthews, Andy Gross,
	Bjorn Andersson, Rob Herring, devicetree, linux-kernel

Add a node for pm8226's vibration motor driver.
Keep it disabled by default, some devices don't make use of it.

Signed-off-by: Jack Matthews <jm5112356@gmail.com>
---
 arch/arm/boot/dts/qcom-pm8226.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi b/arch/arm/boot/dts/qcom-pm8226.dtsi
index 63f3026c25bf..25780c8fa2e9 100644
--- a/arch/arm/boot/dts/qcom-pm8226.dtsi
+++ b/arch/arm/boot/dts/qcom-pm8226.dtsi
@@ -61,5 +61,11 @@ pm8226_1: pm8226@1 {
 		reg = <0x1 SPMI_USID>;
 		#address-cells = <1>;
 		#size-cells = <0>;
+
+		pm8226_vib: vibrator@c000 {
+			compatible = "qcom,pm8916-vib";
+			reg = <0xc000>;
+			status = "disabled";
+		};
 	};
 };
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: qcom: pm8226: Add vibration motor node
  2021-11-23  0:32 [PATCH] ARM: dts: qcom: pm8226: Add vibration motor node Jack Matthews
@ 2022-02-01  5:19 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-02-01  5:19 UTC (permalink / raw)
  To: Jack Matthews, linux-arm-msm
  Cc: Rob Herring, luca, devicetree, bartosz.dudziak, Andy Gross, linux-kernel

On Tue, 23 Nov 2021 00:32:55 +0000, Jack Matthews wrote:
> Add a node for pm8226's vibration motor driver.
> Keep it disabled by default, some devices don't make use of it.
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom: pm8226: Add vibration motor node
      commit: d88198fcb540268e2165d2d1eecca005ca5fc394

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-01  5:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23  0:32 [PATCH] ARM: dts: qcom: pm8226: Add vibration motor node Jack Matthews
2022-02-01  5:19 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.