Message ID | 20210612205405.1233588-5-caleb@connolly.tech |
---|---|
State | Superseded |
Headers | show |
Series | [1/4] dt-bindings: input: add Qualcomm QPNP haptics driver | expand |
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index 8f617f7b6d34..d614bfae5c6d 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -423,6 +423,11 @@ pinconf { }; }; +&qpnp_haptics { + status = "okay"; + qcom,wave-play-rate-us = <4255>; +}; + &qupv3_id_1 { status = "okay"; };
Enable the qpnp haptics driver and configure the play rate for the hardware. Signed-off-by: Caleb Connolly <caleb@connolly.tech> --- arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 5 +++++ 1 file changed, 5 insertions(+) -- 2.31.1