diff options
| author | Ran Wang <[email protected]> | 2017-12-20 10:34:18 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-01-09 12:37:15 +0100 |
| commit | 8d9c3c2253a88f114de2c52aebc4bb3511aea7c4 (patch) | |
| tree | 39ce1ac094210b75577138a93769c73ccfd713fd | |
| parent | f3dd87e0b98999a78e500e8c6d2b063ebadf535a (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/fsl-ls1012a-qds.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1012a-qds.dtsi b/arch/arm/dts/fsl-ls1012a-qds.dtsi index dde71346266..d17cd99ed97 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"; +}; |
