kernel/arch/arm/boot/dts/stm32f746-disco.dts
.. .. @@ -55,7 +55,8 @@ 55 55 stdout-path = "serial0:115200n8"; 56 56 }; 57 57 58 - memory {58 + memory@c0000000 {59 + device_type = "memory";59 60 reg = <0xC0000000 0x800000>; 60 61 }; 61 62 .. .. @@ -101,8 +102,7 @@ 101 102 &sdio1 { 102 103 status = "okay"; 103 104 vmmc-supply = <&mmc_vcard>; 104 - cd-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;105 - cd-inverted;105 + cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;106 106 pinctrl-names = "default", "opendrain"; 107 107 pinctrl-0 = <&sdio_pins_a>; 108 108 pinctrl-1 = <&sdio_pins_od_a>;