]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: socfpga: vining: Fix UDC controller phandle in DT
authorMarek Vasut <marex@denx.de>
Tue, 14 Sep 2021 03:25:34 +0000 (05:25 +0200)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 28 Sep 2021 15:50:55 +0000 (18:50 +0300)
The USB peripheral controller is the DWC2 controller 1, not 0.
Update the phandle to fix UDC support on this board.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tien Fong Chee <tien.fong.chee@intel.com>
arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi

index 9e8be282005e64c5ece0e0f95ad473dbaacd1856..fb05c31d87bc517d7ba25c20818b229fe1407e6b 100644 (file)
@@ -11,7 +11,7 @@
 /{
        aliases {
                spi0 = "/soc/spi@ff705000";
-               udc0 = &usb0;
+               udc0 = &usb1;
        };
 };