Commit 4bfc5303 authored by Yinbo Zhu's avatar Yinbo Zhu Committed by Shawn Guo

arm64: dts: enable otg mode for dwc3 usb ip on layerscape

layerscape otg function should be supported HNP SRP and ADP protocol
accroing to rm doc, but dwc3 code not realize it and use id pin to
detect who is host or device(0 is host 1 is device) this patch is to
enable OTG mode on ls1028ardb ls1088ardb and ls1046ardb in dts
Signed-off-by: default avatarYinbo Zhu <yinbo.zhu@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c8713352
......@@ -184,3 +184,7 @@ &sai4 {
&sata {
status = "okay";
};
&usb1 {
dr_mode = "otg";
};
......@@ -122,6 +122,10 @@ qflash1: flash@1 {
};
};
&usb1 {
dr_mode = "otg";
};
#include "fsl-ls1046-post.dtsi"
&fman0 {
......
......@@ -95,5 +95,6 @@ &usb0 {
};
&usb1 {
dr_mode = "otg";
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment