提交 6effb56f 编写于 作者: P Patrice Chotard 提交者: Tom Rini

ARM: dts: stm32: remove cd-inverted for stm32f746-disco

As cd-inverted property is no more used by arm_pl180_mmci driver,
remove it. Update cd-gpios active level accordingly.
Reported-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Signed-off-by: NPatrice Chotard <patrice.chotard@st.com>
上级 4c55c839
......@@ -48,6 +48,7 @@
/dts-v1/;
#include "stm32f746.dtsi"
#include <dt-bindings/memory/stm32-sdram.h>
#include <dt-bindings/gpio/gpio.h>
/ {
model = "STMicroelectronics STM32F746-DISCO board";
......@@ -307,8 +308,7 @@
&sdio {
status = "okay";
cd-gpios = <&gpioc 13 0>;
cd-inverted;
cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "opendrain";
pinctrl-0 = <&sdio_pins>;
pinctrl-1 = <&sdio_pins_od>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册