On 8/6/25 5:10 PM, Griffin Kroah-Hartman wrote: > Add the required node for haptic playback (Awinic AW86927). > > Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 18 +++++++++++++++++- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > index 4c6cb4a644e2..9576efdf1e8d 100644 > --- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > +++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts > @@ -866,7 +866,16 @@ ocp96011_sbu_mux: endpoint { > }; > }; > > - /* AW86927FCR haptics @ 5a */ > + vibrator@5a { > + compatible = "awinic,aw86927"; I noticed the suffix is absent in the compatible - does it matter for discerning the particular chip and other variants? Anyway, so long as you and the bindings folks agree on it: Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Konrad