ARM: dts: stm32mp15: use DDR3 files generated by STM32CubeMX
[oweals/u-boot.git] / arch / arm / dts / sunxi-u-boot.dtsi
index 5adfd9bca2ec1ffa8ff8360f02d51071948009a3..fdd4c80aa461458ad4b5363b61b78c1a3907bd58 100644 (file)
@@ -1,6 +1,10 @@
 #include <config.h>
 
 / {
+       aliases {
+               mmc1 = &mmc2;
+       };
+
        binman {
                filename = "u-boot-sunxi-with-spl.bin";
                pad-byte = <0xff>;
@@ -8,7 +12,7 @@
                        filename = "spl/sunxi-spl.bin";
                };
                u-boot-img {
-                       pos = <CONFIG_SPL_PAD_TO>;
+                       offset = <CONFIG_SPL_PAD_TO>;
                };
        };
 };