mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Bjorn Andersson
parent
30b5167b80
commit
ebb14a39c0
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user