Hi Patrice On 07/26/2018 09:19 AM, patrice.chotard@xxxxxx wrote:
From: Patrice Chotard <patrice.chotard@xxxxxx> 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