All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/4] ARM: dts: stm32: Enable SDMMC3 on DH DRC02
Date: Tue, 8 Dec 2020 18:25:15 +0100	[thread overview]
Message-ID: <1c569cfb-506f-f0f6-22b1-77797d9a8e54@foss.st.com> (raw)
In-Reply-To: <875394241555405484677722aa0f3c05@SFHDAG2NODE3.st.com>

Hi Marek,
> From: Marek Vasut <marex@denx.de>
> Sent: mardi 1 d?cembre 2020 11:29
>
> The DH DRC02 board has an on-board microSD slot, add DT properties to enable the slot.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> ---
> NOTE: Large part of this should be in the DHCOM SoM DT, however
>        a DT sync should only happen after Linux 5.10.y and U-Boot
>        2021.01 are out.
> ---
>   arch/arm/dts/stm32mp15xx-dhcom-drc02.dts | 13 +++++++++++--
>   1 file changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts b/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts
> index 5a237a3b7b..e8508aa4d5 100644
> --- a/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts
> +++ b/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts
> @@ -105,9 +105,18 @@
>   	 * On DRC02, the SoM does not have SDIO WiFi. The pins
>   	 * are used for on-board microSD slot instead.
>   	 */
> -	/delete-property/broken-cd;
> -	cd-gpios = <&gpioi 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
> +	pinctrl-names = "default", "opendrain", "sleep";
> +	pinctrl-0 = <&sdmmc3_b4_pins_a>;
> +	pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
> +	pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
> +	cd-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
>   	disable-wp;
> +	st,neg-edge;
> +	bus-width = <4>;To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex@denx.de>; Patrice CHOTARD <patrice.chotard@st.com>; Patrick DELAUNAY <patrick.delaunay@st.com>
> Subject: [PATCH 2/4] ARM: dts: stm32: Disable SDMMC1 CKIN feedback clock
> Importance: High
>
>
> +	vmmc-supply = <&v3v3>;
> +	vqmmc-supply = <&v3v3>;
> +	mmc-ddr-3_3v;
> +	status = "okay";
>   };
>   
>   &spi1 {
> --
> 2.29.2
>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>

Thanks

Patrick

  parent reply	other threads:[~2020-12-08 17:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 10:29 [PATCH 1/4] ARM: dts: stm32: Enable internal pull-ups for SDMMC1 on DHCOM SoM Marek Vasut
2020-12-01 10:29 ` [PATCH 2/4] ARM: dts: stm32: Disable SDMMC1 CKIN feedback clock Marek Vasut
     [not found]   ` <ca080b136e214a3285da43b8fb044170@SFHDAG2NODE3.st.com>
2020-12-08 17:25     ` Patrick DELAUNAY
2020-12-01 10:29 ` [PATCH 3/4] ARM: dts: stm32: Enable SDMMC3 on DH DRC02 Marek Vasut
     [not found]   ` <875394241555405484677722aa0f3c05@SFHDAG2NODE3.st.com>
2020-12-08 17:25     ` Patrick DELAUNAY [this message]
2020-12-01 10:29 ` [PATCH 4/4] ARM: dts: stm32: Add USB OTG ID pin on DH AV96 Marek Vasut
     [not found]   ` <c12ca0ecdaea4dc8958d82286d7a6073@SFHDAG2NODE3.st.com>
2020-12-08 17:20     ` Patrick DELAUNAY
     [not found] ` <22668d9b2add43d5bb75f50862baf2f6@SFHDAG2NODE3.st.com>
2020-12-08 17:20   ` FW: [PATCH 1/4] ARM: dts: stm32: Enable internal pull-ups for SDMMC1 on DHCOM SoM Patrick DELAUNAY
2020-12-08 17:26     ` Marek Vasut
2020-12-09  9:16       ` Patrick DELAUNAY

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1c569cfb-506f-f0f6-22b1-77797d9a8e54@foss.st.com \
    --to=patrick.delaunay@foss.st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.