From: Bjorn Andersson Date: Tue, 20 Jun 2023 20:39:14 +0000 (-0700) Subject: arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO X-Git-Tag: microblaze-v6.8~606^2~6^2~169 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=9566b5271f68bdf6e69b7c511850e3fb75cd18be;p=linux-2.6-microblaze.git arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO The vreg_misc_3p3 regulator is controlled by PMC8280_1 GPIO 2, not 1, on the CRD. Fixes: ccd3517faf18 ("arm64: dts: qcom: sc8280xp: Add reference device") Signed-off-by: Bjorn Andersson Reviewed-by: Johan Hovold Tested-by: Johan Hovold Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20230620203915.141337-1-quic_bjorande@quicinc.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts index 4fb5e240275d..d5ae8957c986 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts @@ -167,7 +167,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - gpio = <&pmc8280_1_gpios 1 GPIO_ACTIVE_HIGH>; + gpio = <&pmc8280_1_gpios 2 GPIO_ACTIVE_HIGH>; enable-active-high; pinctrl-names = "default"; @@ -755,7 +755,7 @@ }; misc_3p3_reg_en: misc-3p3-reg-en-state { - pins = "gpio1"; + pins = "gpio2"; function = "normal"; }; };