arm64: dts: qcom: pmi632: Add vibrator

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

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240418-fp3-vibra-v1-1-b636b8b3ff32@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Luca Weiss
2024-04-18 08:36:54 +02:00
committed by Bjorn Andersson
parent c8a346e408
commit bbb1dd6402

View File

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