Hi Marek, > From: Marek Vasut <[email protected]> > Sent: mercredi 28 octobre 2020 21:38 > To: [email protected] > Cc: Marek Vasut <[email protected]>; Patrice CHOTARD > <[email protected]>; Patrick DELAUNAY <[email protected]> > Subject: [PATCH] ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOM > Importance: High > > The uSD slot card-detect GPIO is connected to PG1, fix it. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Patrice Chotard <[email protected]> > Cc: Patrick Delaunay <[email protected]> > --- > arch/arm/dts/stm32mp15xx-dhcom.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/dts/stm32mp15xx-dhcom.dtsi b/arch/arm/dts/stm32mp15xx- > dhcom.dtsi > index 18c08c9435..1081d0c069 100644 > --- a/arch/arm/dts/stm32mp15xx-dhcom.dtsi > +++ b/arch/arm/dts/stm32mp15xx-dhcom.dtsi > @@ -329,7 +329,7 @@ > pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>; > pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_dir_pins_a>; > pinctrl-2 = <&sdmmc1_b4_sleep_pins_a &sdmmc1_dir_sleep_pins_a>; > - cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; > + cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; > disable-wp; > st,sig-dir; > st,neg-edge; > -- > 2.28.0
Reviewed-by: Patrick Delaunay <[email protected]> Thanks Patrick

