forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/stm32f746-disco.dts
....@@ -55,7 +55,8 @@
5555 stdout-path = "serial0:115200n8";
5656 };
5757
58
- memory {
58
+ memory@c0000000 {
59
+ device_type = "memory";
5960 reg = <0xC0000000 0x800000>;
6061 };
6162
....@@ -101,8 +102,7 @@
101102 &sdio1 {
102103 status = "okay";
103104 vmmc-supply = <&mmc_vcard>;
104
- cd-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
105
- cd-inverted;
105
+ cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
106106 pinctrl-names = "default", "opendrain";
107107 pinctrl-0 = <&sdio_pins_a>;
108108 pinctrl-1 = <&sdio_pins_od_a>;