]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/socfpga_cyclone5_mcvevk.dts
ARM: socfpga: Disable OC on MCVEVK
[u-boot] / arch / arm / dts / socfpga_cyclone5_mcvevk.dts
index e1e3d738bc40de41074ca7c29cbbf828bf85fa93..833a87d8a2fce8b82344e2b8d0c08b5e1c68f31e 100644 (file)
@@ -7,7 +7,7 @@
 #include "socfpga_cyclone5.dtsi"
 
 / {
-       model = "DENX MCVEVK";
+       model = "Aries MCVEVK";
        compatible = "altr,socfpga-cyclone5", "altr,socfpga";
 
        chosen {
@@ -16,6 +16,7 @@
 
        aliases {
                ethernet0 = &gmac0;
+               udc0 = &usb1;
        };
 
        memory {
@@ -51,3 +52,8 @@
        bus-width = <8>;
        u-boot,dm-pre-reloc;
 };
+
+&usb1 {
+       disable-over-current;
+       status = "okay";
+};