]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/socfpga_arria5_socdk.dts
tegra: video: Move LCD driver to use the DM PWM driver
[u-boot] / arch / arm / dts / socfpga_arria5_socdk.dts
index f2b5963f5943c48220031e99d4c417437a021d06..5933a406cb05191380a8519be8a1fa8e51b4d465 100644 (file)
@@ -25,6 +25,7 @@
                 * to be added to the gmac1 device tree blob.
                 */
                ethernet0 = &gmac1;
+               udc0 = &usb1;
        };
 
        regulator_3_3v: 3-3-v-regulator {
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       soc {
+               u-boot,dm-pre-reloc;
+       };
 };
 
 &gmac1 {
@@ -67,6 +72,8 @@
 &mmc0 {
        vmmc-supply = <&regulator_3_3v>;
        vqmmc-supply = <&regulator_3_3v>;
+       bus-width = <4>;
+       u-boot,dm-pre-reloc;
 };
 
 &usb1 {