arm64: dts: qcom: pmi8998: introduce spmi haptics

Add bindings for Qualcomm SPMI haptics on platforms using pmi8998.

Signed-off-by: Caleb Connolly <caleb@connolly.tech>
(JAMI: fixup for v6.0-rc2 & v7 of driver patches)
This commit is contained in:
Caleb Connolly 2021-12-10 02:27:00 +00:00 committed by Jami Kettunen
parent 4b341bc463
commit e2c631ebcf

View file

@ -72,5 +72,16 @@
status = "disabled";
};
pmi8998_haptics: haptics@c000 {
compatible = "qcom,pmi8998-haptics";
reg = <0xc000>;
interrupts = <0x3 0xc0 0x0 IRQ_TYPE_EDGE_BOTH>,
<0x3 0xc0 0x1 IRQ_TYPE_EDGE_BOTH>;
interrupt-names = "short", "play";
status = "disabled";
};
};
};