ARM: dts: stm32: Remove cd-inverted property for stm32f469-disco
Remove cd-inverted property and update cd-gpios active level accordingly Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
0d5e8502b1
commit
9f21096a1c
@@ -210,8 +210,7 @@
|
|||||||
&sdio {
|
&sdio {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
vmmc-supply = <&mmc_vcard>;
|
vmmc-supply = <&mmc_vcard>;
|
||||||
cd-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>;
|
cd-gpios = <&gpiog 2 GPIO_ACTIVE_LOW>;
|
||||||
cd-inverted;
|
|
||||||
broken-cd;
|
broken-cd;
|
||||||
pinctrl-names = "default", "opendrain";
|
pinctrl-names = "default", "opendrain";
|
||||||
pinctrl-0 = <&sdio_pins>;
|
pinctrl-0 = <&sdio_pins>;
|
||||||
|
|||||||
Reference in New Issue
Block a user