From: Ran Wang 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: v2018.03-rc1~211^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d9c3c2253a88f114de2c52aebc4bb3511aea7c4;p=oweals%2Fu-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 --- 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"; +};