Skip to content

Commit e3e169c

Browse files
Gelbpunktandersson
authored andcommitted
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]>
1 parent 134a4b2 commit e3e169c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/qcom/pm6150.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,11 @@
166166
reg = <0x1 SPMI_USID>;
167167
#address-cells = <1>;
168168
#size-cells = <0>;
169+
170+
pm6150_vib: vibrator@5300 {
171+
compatible = "qcom,pm6150-vib", "qcom,pmi632-vib";
172+
reg = <0x5300>;
173+
status = "disabled";
174+
};
169175
};
170176
};

0 commit comments

Comments
 (0)