arm64: dts: qcom: qcm6490-fairphone-fp5: Add vibrator support

Add the required node for haptic playback (Awinic AW86927).

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@fairphone.com>
Link: https://lore.kernel.org/r/20250925-aw86927-v3-3-1fc6265b42de@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Griffin Kroah-Hartman
2025-09-25 12:07:30 +02:00
committed by Bjorn Andersson
parent 30b5167b80
commit ebb14a39c0

View File

@@ -780,7 +780,16 @@
};
};
/* AW86927FCR haptics @ 5a */
vibrator@5a {
compatible = "awinic,aw86927";
reg = <0x5a>;
interrupts-extended = <&tlmm 101 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&tlmm 100 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&aw86927_int_default>;
pinctrl-names = "default";
};
};
&i2c2 {
@@ -1318,6 +1327,13 @@
bias-disable;
output-high;
};
aw86927_int_default: aw86927-int-default-state {
pins = "gpio101";
function = "gpio";
drive-strength = <2>;
bias-pull-up;
};
};
&uart5 {