]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: x1e001de-devkit: fix USB retimer reset polarity
authorJohan Hovold <johan+linaro@kernel.org>
Tue, 18 Mar 2025 07:49:07 +0000 (08:49 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 18 Mar 2025 19:51:22 +0000 (14:51 -0500)
The ps8830 retimer reset is active low.

Fix up the retimer nodes which were based on an early version of the
driver which inverted the polarity.

Fixes: 019e1ee32fec ("arm64: dts: qcom: x1e001de-devkit: Enable external DP support")
Cc: Sibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20250318074907.13903-1-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e001de-devkit.dts

index b133302bf846a1f627376b44fff75199c59171b9..74911861a3bf2606add8cf4aaa3816542e837513 100644 (file)
                vddat-supply = <&vreg_rtmr2_1p15>;
                vddio-supply = <&vreg_rtmr2_1p8>;
 
-               reset-gpios = <&tlmm 185 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&tlmm 185 GPIO_ACTIVE_LOW>;
 
                orientation-switch;
                retimer-switch;
                vddat-supply = <&vreg_rtmr0_1p15>;
                vddio-supply = <&vreg_rtmr0_1p8>;
 
-               reset-gpios = <&pm8550_gpios 10 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&pm8550_gpios 10 GPIO_ACTIVE_LOW>;
 
                retimer-switch;
                orientation-switch;
                vddat-supply = <&vreg_rtmr1_1p15>;
                vddio-supply = <&vreg_rtmr1_1p8>;
 
-               reset-gpios = <&tlmm 176 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&tlmm 176 GPIO_ACTIVE_LOW>;
 
                retimer-switch;
                orientation-switch;