From: Ran Wang <ran.wang_1@nxp.com>
Date: Wed, 20 Dec 2017 02:34:18 +0000 (+0800)
Subject: armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board
X-Git-Tag: v2025.01-rc5-pxa1908~5172^2~7
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=8d9c3c2253a88f114de2c52aebc4bb3511aea7c4;p=u-boot.git

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>
---

diff --git a/arch/arm/dts/fsl-ls1012a-qds.dtsi b/arch/arm/dts/fsl-ls1012a-qds.dtsi
index dde7134626..d17cd99ed9 100644
--- a/arch/arm/dts/fsl-ls1012a-qds.dtsi
+++ b/arch/arm/dts/fsl-ls1012a-qds.dtsi
@@ -121,3 +121,8 @@
 &duart0 {
 	status = "okay";
 };
+
+&usb0 {
+	status = "okay";
+	phy_type = "ulpi";
+};