armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

Without this propertiy, U-Boot will pop warning of 'USB phy type not
defined' when select CONFIG_HAS_FSL_DR_USB.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
This commit is contained in:
Ran Wang 2017-12-20 10:34:18 +08:00 committed by Marek Vasut
parent f3dd87e0b9
commit 8d9c3c2253

View File

@ -121,3 +121,8 @@
&duart0 {
status = "okay";
};
&usb0 {
status = "okay";
phy_type = "ulpi";
};