aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Riedmueller <[email protected]>2021-03-29 15:01:02 +0200
committerShawn Guo <[email protected]>2021-03-30 16:33:16 +0800
commit45b78dd39f04f6198f8e2e9fe9d155a5e8326aab (patch)
tree5d3bc98b88a20c36289d7aead6e49f75fa35e132
parenta255af65df6de5fc28e79a488d385cbbffb904bf (diff)
ARM: dts: imx6: pbab01: Set USB OTG port to peripheral
Due to a hardware bug preventing the correct detection if the ID pin the USB OTG port cannot be used in otg mode. It can either be set to host or peripheral. Set it to peripheral so vbus is disabled by default. Signed-off-by: Stefan Riedmueller <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
index 10abb47b46b9..51d28e275aa6 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
@@ -165,6 +165,7 @@
&usbotg {
status = "okay";
+ dr_mode = "peripheral";
};
&usdhc2 {