summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
diff options
context:
space:
mode:
authorYinbo Zhu <yinbo.zhu@nxp.com>2019-10-08 10:56:42 +0800
committerShawn Guo <shawnguo@kernel.org>2019-10-14 21:18:01 +0800
commit4bfc53038e1607a661607bd13a2a2ee7c43507fa (patch)
tree937fcacfa63f91f46f1d37f67c21e12a5e5dfccb /arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
parentc871335217e7c2cf30776ec5a4734ed84582d600 (diff)
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: Yinbo Zhu <yinbo.zhu@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
index 6a6514d0e5a9..0c742befb761 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
@@ -122,6 +122,10 @@
};
};
+&usb1 {
+ dr_mode = "otg";
+};
+
#include "fsl-ls1046-post.dtsi"
&fman0 {