mbox series

[0/3] Update SDMMC nodes on STM32MP1 boards

Message ID 20200304080956.7699-1-yann.gautier@st.com (mailing list archive)
Headers show
Series Update SDMMC nodes on STM32MP1 boards | expand

Message

Yann GAUTIER March 4, 2020, 8:09 a.m. UTC
This patchset updates the sdmmc nodes for STM32MP1.
For SD cards nodes, the cd-gpio property is used instead of broken-cd,
and the disable-wp property is added.
The last patch corrects the vqmmc regulator for eMMC on ED1/EV1 boards.

Yann Gautier (3):
  ARM:dts: stm32: add cd-gpios properties for SD-cards on STM32MP1
    boards
  ARM: dts: stm32: add disable-wp property for SD-card on STM32MP1
    boards
  ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1 ED1/EV1
    boards

 arch/arm/boot/dts/stm32mp157a-avenger96.dts | 3 ++-
 arch/arm/boot/dts/stm32mp157c-ed1.dts       | 5 +++--
 arch/arm/boot/dts/stm32mp15xx-dkx.dtsi      | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

Comments

Alexandre TORGUE March 13, 2020, 1:26 p.m. UTC | #1
Hi Yann

On 3/4/20 9:09 AM, Yann Gautier wrote:
> This patchset updates the sdmmc nodes for STM32MP1.
> For SD cards nodes, the cd-gpio property is used instead of broken-cd,
> and the disable-wp property is added.
> The last patch corrects the vqmmc regulator for eMMC on ED1/EV1 boards.
> 
> Yann Gautier (3):
>    ARM:dts: stm32: add cd-gpios properties for SD-cards on STM32MP1
>      boards
>    ARM: dts: stm32: add disable-wp property for SD-card on STM32MP1
>      boards
>    ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1 ED1/EV1
>      boards
> 
>   arch/arm/boot/dts/stm32mp157a-avenger96.dts | 3 ++-
>   arch/arm/boot/dts/stm32mp157c-ed1.dts       | 5 +++--
>   arch/arm/boot/dts/stm32mp15xx-dkx.dtsi      | 3 ++-
>   3 files changed, 7 insertions(+), 4 deletions(-)
> 

Series applied on stm32-next.

Regards
Alex