]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: x1e001de-devkit: Fix pin config for USB0 retimer vregs
authorAbel Vesa <abel.vesa@linaro.org>
Tue, 22 Apr 2025 11:25:23 +0000 (14:25 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 6 May 2025 20:49:03 +0000 (13:49 -0700)
Describe the missing power source, bias and direction for each of the USB0
retimer gpio-controlled voltage regulators related pin configuration.

Fixes: 019e1ee32fec ("arm64: dts: qcom: x1e001de-devkit: Enable external DP support")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20250422-x1e001de-devkit-dts-fix-retimer-gpios-v2-2-0129c4f2b6d7@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e001de-devkit.dts

index e17e5fd66f7e8e7f640d85c0b9bfd5609ce33fa9..86b2129600ed4e639adfea0f56188b45c2747455 100644 (file)
        usb0_3p3_reg_en: usb0-3p3-reg-en-state {
                pins = "gpio11";
                function = "normal";
+               power-source = <1>; /* 1.8 V */
+               bias-disable;
+               input-disable;
+               output-enable;
        };
 };
 
        usb0_pwr_1p15_en: usb0-pwr-1p15-en-state {
                pins = "gpio8";
                function = "normal";
+               power-source = <1>; /* 1.8 V */
+               bias-disable;
+               input-disable;
+               output-enable;
        };
 };
 
        usb0_1p8_reg_en: usb0-1p8-reg-en-state {
                pins = "gpio8";
                function = "normal";
+               power-source = <1>; /* 1.8 V */
+               bias-disable;
+               input-disable;
+               output-enable;
        };
 };