]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: pmi632: Add vibrator
authorLuca Weiss <luca.weiss@fairphone.com>
Thu, 18 Apr 2024 06:36:54 +0000 (08:36 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 28 May 2024 21:08:13 +0000 (16:08 -0500)
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>
arch/arm64/boot/dts/qcom/pmi632.dtsi

index 94d53b1cf6c8f15267d1a02c6d1c00b9c3d27d84..b4313728f3e7c35561ccbf36b90c5eea9d445edd 100644 (file)
 
                        status = "disabled";
                };
+
+               pmi632_vib: vibrator@5700 {
+                       compatible = "qcom,pmi632-vib";
+                       reg = <0x5700>;
+                       status = "disabled";
+               };
        };
 };