mbox series

[0/4] Remove cd-inverted property for STM32Fx boards

Message ID 1532589596-22181-1-git-send-email-patrice.chotard@st.com (mailing list archive)
Headers show
Series Remove cd-inverted property for STM32Fx boards | expand

Message

Patrice CHOTARD July 26, 2018, 7:19 a.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

This series remove cd-inverted property from STM32Fx boards DT files.
As GPIOS are used for card detect, the polarity can be indicated using 
GPIO_ACTIVE_(HIGH|LOW), so cd-inverted becomes useless.

Patrice Chotard (4):
  ARM: dts: stm32: Remove cd-inverted property for stm32429i-eval
  ARM: dts: stm32: Remove cd-inverted property for stm32f469-disco
  ARM: dts: stm32: Remove cd-inverted property for stm32f769-disco
  ARM: dts: stm32: Remove cd-inverted property for stm32f746-disco

 arch/arm/boot/dts/stm32429i-eval.dts  | 3 +--
 arch/arm/boot/dts/stm32f469-disco.dts | 3 +--
 arch/arm/boot/dts/stm32f746-disco.dts | 3 +--
 arch/arm/boot/dts/stm32f769-disco.dts | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

Comments

Alexandre TORGUE Sept. 20, 2018, 12:52 p.m. UTC | #1
Hi Patrice

On 07/26/2018 09:19 AM, patrice.chotard@st.com wrote:
> From: Patrice Chotard <patrice.chotard@st.com>
> 
> This series remove cd-inverted property from STM32Fx boards DT files.
> As GPIOS are used for card detect, the polarity can be indicated using
> GPIO_ACTIVE_(HIGH|LOW), so cd-inverted becomes useless.
> 
> Patrice Chotard (4):
>    ARM: dts: stm32: Remove cd-inverted property for stm32429i-eval
>    ARM: dts: stm32: Remove cd-inverted property for stm32f469-disco
>    ARM: dts: stm32: Remove cd-inverted property for stm32f769-disco
>    ARM: dts: stm32: Remove cd-inverted property for stm32f746-disco
> 
>   arch/arm/boot/dts/stm32429i-eval.dts  | 3 +--
>   arch/arm/boot/dts/stm32f469-disco.dts | 3 +--
>   arch/arm/boot/dts/stm32f746-disco.dts | 3 +--
>   arch/arm/boot/dts/stm32f769-disco.dts | 3 +--
>   4 files changed, 4 insertions(+), 8 deletions(-)
> 

Series applied on stm32-next.

Regards
Alex