arm: socfpga: vining: Fix UDC controller phandle in DT

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>
This commit is contained in:
Marek Vasut 2021-09-14 05:25:34 +02:00 committed by Ramon Fried
parent 4527568e3f
commit 4a60d3571b

View file

@ -11,7 +11,7 @@
/{
aliases {
spi0 = "/soc/spi@ff705000";
udc0 = &usb0;
udc0 = &usb1;
};
};