2020-03-04 08:12:02

by Yann GAUTIER

[permalink] [raw]
Subject: [PATCH 0/3] Update SDMMC nodes on STM32MP1 boards

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(-)

--
2.17.1


2020-03-13 13:27:37

by Alexandre Torgue

[permalink] [raw]
Subject: Re: [PATCH 0/3] Update SDMMC nodes on STM32MP1 boards

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