From 1fae93379e917f0c5331ed4f9d7dd4b430dec433 Mon Sep 17 00:00:00 2001 From: Shilpa Suresh Date: Tue, 4 Oct 2022 18:30:48 +0530 Subject: [PATCH] ARM: dts: msm: Add vib-recreate-attr for khaje vibrator Add the property vib-recreate-attr in the khaje dtsi for the pm7250_vib node. This is required to recreate the driver group attributes which get deleted via user space with certain configs. Change-Id: Ia7d0bf3c56084ee3f1aa49ed91af979233b80378 --- qcom/khaje-pm7250b.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/khaje-pm7250b.dtsi b/qcom/khaje-pm7250b.dtsi index 4330593d..26e0616e 100644 --- a/qcom/khaje-pm7250b.dtsi +++ b/qcom/khaje-pm7250b.dtsi @@ -87,3 +87,7 @@ }; }; }; + +&pm7250b_vib { + qcom,vib-recreate-attr; +};