diff mbox series

[U-Boot,v2,1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

Message ID 1513736381-31333-1-git-send-email-ran.wang_1@nxp.com
State Superseded
Delegated to: York Sun
Headers show
Series [U-Boot,v2,1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board | expand

Commit Message

Ran Wang Dec. 20, 2017, 2:19 a.m. UTC
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 | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1012a-qds.dtsi b/arch/arm/dts/fsl-ls1012a-qds.dtsi
index dde7134..d17cd99 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";
+};