armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board
authorRan Wang <ran.wang_1@nxp.com>
Wed, 20 Dec 2017 02:34:18 +0000 (10:34 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 9 Jan 2018 11:37:15 +0000 (12:37 +0100)
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>
arch/arm/dts/fsl-ls1012a-qds.dtsi

index dde7134..d17cd99 100644 (file)
 &duart0 {
        status = "okay";
 };
+
+&usb0 {
+       status = "okay";
+       phy_type = "ulpi";
+};