aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Reidel <[email protected]>2024-06-06 20:10:27 +0200
committerBjorn Andersson <[email protected]>2024-07-06 13:06:24 -0500
commite3e169cd28d0ba80d25ad683e076b299a39e8526 (patch)
tree1e13ab008cec0a243df82ada2626b3dea494e69b
parent134a4b2f3be287358542953c9540bee4296bf593 (diff)
arm64: dts: qcom: pm6150: Add vibrator
Add a node for the vibrator module found inside the PM6150. Signed-off-by: Jens Reidel <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--arch/arm64/boot/dts/qcom/pm6150.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm6150.dtsi b/arch/arm64/boot/dts/qcom/pm6150.dtsi
index b4f4d700800d..59524609fb1e 100644
--- a/arch/arm64/boot/dts/qcom/pm6150.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm6150.dtsi
@@ -166,5 +166,11 @@
reg = <0x1 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
+
+ pm6150_vib: vibrator@5300 {
+ compatible = "qcom,pm6150-vib", "qcom,pmi632-vib";
+ reg = <0x5300>;
+ status = "disabled";
+ };
};
};