ARM: dts: stm32: Reinstate card detect behavior on ST boards
[platform/kernel/u-boot.git] / arch / arm / dts / stm32mp157a-dk1-u-boot.dtsi
index 5844d41..e13dade 100644 (file)
                st,fastboot-gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
                st,stm32prog-gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
        };
+
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
+
+       reserved-memory {
+               optee@de000000 {
+                       reg = <0xde000000 0x02000000>;
+                       no-map;
+               };
+       };
+
        led {
                red {
                        label = "error";
                        default-state = "off";
                        status = "okay";
                };
-
-               blue {
-                       default-state = "on";
-               };
        };
 };
 
 
 &sdmmc1 {
        u-boot,dm-spl;
+       broken-cd;
+       /delete-property/ cd-gpios;
 };
 
 &sdmmc1_b4_pins_a {