diff options
| author | Luca Weiss <[email protected]> | 2024-04-18 08:36:54 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-05-28 16:08:13 -0500 |
| commit | bbb1dd6402f9c67ea00bc6bf0e2a01d71db4c7fd (patch) | |
| tree | 69a8cd8fdf7a436275f41d9e4f412c9757a7f5e1 | |
| parent | c8a346e408cb2e516472658ff191f13626d8571e (diff) | |
arm64: dts: qcom: pmi632: Add vibrator
Add a node for the vibrator module found inside the PMI632.
Signed-off-by: Luca Weiss <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/pmi632.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pmi632.dtsi b/arch/arm64/boot/dts/qcom/pmi632.dtsi index 94d53b1cf6c8..b4313728f3e7 100644 --- a/arch/arm64/boot/dts/qcom/pmi632.dtsi +++ b/arch/arm64/boot/dts/qcom/pmi632.dtsi @@ -200,5 +200,11 @@ status = "disabled"; }; + + pmi632_vib: vibrator@5700 { + compatible = "qcom,pmi632-vib"; + reg = <0x5700>; + status = "disabled"; + }; }; }; |