ARM: dts: qcom: pm8226: Add vibration motor node

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>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211123003256.2467776-1-jm5112356@gmail.com
This commit is contained in:
Jack Matthews
2021-11-23 00:32:55 +00:00
committed by Bjorn Andersson
parent d63642596e
commit d88198fcb5

View File

@@ -46,5 +46,11 @@
reg = <0x1 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
pm8226_vib: vibrator@c000 {
compatible = "qcom,pm8916-vib";
reg = <0xc000>;
status = "disabled";
};
};
};