Hi Grzegorz

On 5/28/21 6:54 PM, Grzegorz Szymaszek wrote:
> Add the “sdmmc2_d47_pins_d” pins to the SDMMC2 pinctrls. Increase the
> bus width from four to eight.
> 
> Signed-off-by: Grzegorz Szymaszek <gszymas...@short.pl>
> Cc: Patrice Chotard <patrice.chot...@foss.st.com>
> Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
> ---
>  arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi 
> b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi
> index 5c758b0f72..5801b7a968 100644
> --- a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi
> +++ b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi
> @@ -260,14 +260,14 @@
>  
>  &sdmmc2 {
>       pinctrl-names = "default", "opendrain", "sleep";
> -     pinctrl-0 = <&sdmmc2_b4_pins_a>;
> -     pinctrl-1 = <&sdmmc2_b4_od_pins_a>;
> -     pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
> +     pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_d>;
> +     pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_d>;
> +     pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_d>;
>       non-removable;
>       no-sd;
>       no-sdio;
>       st,neg-edge;
> -     bus-width = <4>;
> +     bus-width = <8>;
>       vmmc-supply = <&v3v3>;
>       status = "okay";
>  };
> 

Reviewed-by: Patrice Chotard <patrice.chot...@foss.st.com>

Thanks
Patrice

Reply via email to