Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / imx6qdl-u-boot.dtsi
index dffc21ba78c7a2330b3fc7b689dd1343dbb60eaf..1279cc2338b6fe8b1feb4872775f14f846169b40 100644 (file)
@@ -4,14 +4,23 @@
  */
 
 / {
+       aliases {
+               usb0 = &usbotg;
+               video0 = &ipu1;
+       };
+
        soc {
                u-boot,dm-spl;
+               u-boot,dm-pre-reloc;
 
-               aips-bus@02000000 {
+               aips-bus@2000000 {
                        u-boot,dm-spl;
+                       spba-bus@2000000 {
+                               u-boot,dm-spl;
+                       };
                };
 
-               aips-bus@02100000 {
+               aips-bus@2100000 {
                        u-boot,dm-spl;
                };
        };
@@ -24,3 +33,7 @@
 &iomuxc {
        u-boot,dm-spl;
 };
+
+&ipu1 {
+       u-boot,dm-pre-reloc;
+};