Message ID | 20240411-fp5-usb-c-gpio-v1-1-78f11deb940a@fairphone.com |
---|---|
State | Accepted |
Commit | e788ef2bdac7fdbd61b626f65fdf7528a1c6fd3b |
Headers | show |
Series | arm64: dts: qcom: qcm6490-fairphone-fp5: Add USB-C orientation GPIO | expand |
On Thu, 11 Apr 2024 09:06:11 +0200, Luca Weiss wrote: > Define the USB-C orientation GPIOs so that the USB-C ports orientation > is known without having to resort to the altmode notifications. > > On PCB level this is the signal from PM7250B (pin CC_OUT) which is > called USB_PHY_PS. > > > [...] Applied, thanks! [1/1] arm64: dts: qcom: qcm6490-fairphone-fp5: Add USB-C orientation GPIO commit: e788ef2bdac7fdbd61b626f65fdf7528a1c6fd3b Best regards,
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts index 4ff9fc24e50e..f3432701945f 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts @@ -77,6 +77,8 @@ pmic-glink { #address-cells = <1>; #size-cells = <0>; + orientation-gpios = <&tlmm 140 GPIO_ACTIVE_HIGH>; + connector@0 { compatible = "usb-c-connector"; reg = <0>;
Define the USB-C orientation GPIOs so that the USB-C ports orientation is known without having to resort to the altmode notifications. On PCB level this is the signal from PM7250B (pin CC_OUT) which is called USB_PHY_PS. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Depends on (for bindings): https://lore.kernel.org/linux-arm-msm/20240409-hdk-orientation-gpios-v2-0-658efd993987@linaro.org/ --- arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: 65b0418f6e86eef0f62fc053fb3622fbaa3e506e change-id: 20240411-fp5-usb-c-gpio-afd22741adcd Best regards,