Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <quic_bjorande@quicinc.com>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Tested-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230620203915.141337-1-quic_bjorande@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bjorn Andersson and committed by
Bjorn Andersson
9566b527 a422c6a9

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
··· 167 167 regulator-min-microvolt = <3300000>; 168 168 regulator-max-microvolt = <3300000>; 169 169 170 - gpio = <&pmc8280_1_gpios 1 GPIO_ACTIVE_HIGH>; 170 + gpio = <&pmc8280_1_gpios 2 GPIO_ACTIVE_HIGH>; 171 171 enable-active-high; 172 172 173 173 pinctrl-names = "default"; ··· 755 755 }; 756 756 757 757 misc_3p3_reg_en: misc-3p3-reg-en-state { 758 - pins = "gpio1"; 758 + pins = "gpio2"; 759 759 function = "normal"; 760 760 }; 761 761 };