projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3dd87e
)
armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board
author
Ran Wang
<ran.wang_1@nxp.com>
Wed, 20 Dec 2017 02:34:18 +0000
(10:34 +0800)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-ls1012a-qds.dtsi
b/arch/arm/dts/fsl-ls1012a-qds.dtsi
index dde71346266261d29dcae40afd638c218f2029a1..d17cd99ed97510d4a639f1874dd6bc734954e513 100644
(file)
--- 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";
+};