diff mbox series

arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1"

Message ID 20210616161536.206044-1-konrad.dybcio@somainline.org (mailing list archive)
State Accepted
Commit f515dcce2d1860c622e982f501d080c7f2fee27e
Headers show
Series arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1" | expand

Commit Message

Konrad Dybcio June 16, 2021, 4:15 p.m. UTC
When bringing the SDC pins back to edo.dtsi I managed to define
and overwrite pinctrl-1 instead of defining pinctrl-0 and 1. Fix it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org June 18, 2021, 5:40 p.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Wed, 16 Jun 2021 18:15:36 +0200 you wrote:
> When bringing the SDC pins back to edo.dtsi I managed to define
> and overwrite pinctrl-1 instead of defining pinctrl-0 and 1. Fix it.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1"
    https://git.kernel.org/qcom/c/f515dcce2d18

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
index 89eeccb8727a..8447c22fb99d 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
@@ -668,7 +668,7 @@  &sdhc_2 {
 
 	cd-gpios = <&tlmm 77 GPIO_ACTIVE_HIGH>;
 	pinctrl-names = "default", "sleep";
-	pinctrl-1 = <&sdc2_default_state &sdc2_card_det_n>;
+	pinctrl-0 = <&sdc2_default_state &sdc2_card_det_n>;
 	pinctrl-1 = <&sdc2_sleep_state &sdc2_card_det_n>;
 	vmmc-supply = <&vreg_l9c_2p9>;
 	vqmmc-supply = <&vreg_l6c_2p9>;