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:
parent
4b341bc463
commit
e2c631ebcf
1 changed files with 11 additions and 0 deletions
|
|
@ -72,5 +72,16 @@
|
||||||
|
|
||||||
status = "disabled";
|
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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue