Commit bbb1dd64 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: pmi632: Add vibrator



Add a node for the vibrator module found inside the PMI632.

Signed-off-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240418-fp3-vibra-v1-1-b636b8b3ff32@fairphone.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent c8a346e4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -200,5 +200,11 @@ pmi632_lpg: pwm {

			status = "disabled";
		};

		pmi632_vib: vibrator@5700 {
			compatible = "qcom,pmi632-vib";
			reg = <0x5700>;
			status = "disabled";
		};
	};
};