Re: [PATCH v2 3/3] arm64: dts: qcom: milos-fairphone-fp6: Add vibrator support
From: Konrad Dybcio
Date: Thu Jan 29 2026 - 05:19:55 EST
On 1/28/26 4:51 PM, Griffin Kroah-Hartman wrote:
> Add the required node for haptic playback (Awinic AW86938)
>
> Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts b/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> index 52895dd9e4fa117aef6822df230ebf644e5f02ba..881239d22fa97685206d1fa3a70723c5b77a339c 100644
> --- a/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> +++ b/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> @@ -625,7 +625,17 @@ vreg_l7p: ldo7 {
> };
>
> /* VL53L3 ToF @ 0x29 */
> - /* AW86938FCR vibrator @ 0x5a */
> +
> + vibrator@5a {
> + compatible = "awinic,aw86938";
> + reg = <0x5a>;
> +
> + interrupts-extended = <&tlmm 80 IRQ_TYPE_EDGE_FALLING>;
> + reset-gpios = <&tlmm 78 GPIO_ACTIVE_LOW>;
> +
> + pinctrl-0 = <&aw86938_int_default>;
Ideally there'd also be a config for the reset GPIO, but otherwise
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad