Commit d88198fc authored by Jack Matthews's avatar Jack Matthews Committed by Bjorn Andersson
Browse files

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: default avatarJack Matthews <jm5112356@gmail.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211123003256.2467776-1-jm5112356@gmail.com
parent d6364259
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -46,5 +46,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";
		};
	};
};