ARM: dts: imx6: pbab01: Set USB OTG port to peripheral
authorStefan Riedmueller <s.riedmueller@phytec.de>
Mon, 29 Mar 2021 13:01:02 +0000 (15:01 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Mar 2021 08:33:16 +0000 (16:33 +0800)
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 <s.riedmueller@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi

index 10abb47b46b96c72957a333925aa064fe3860028..51d28e275aa649ba878dc972b281b55ab0d07176 100644 (file)
 
 &usbotg {
        status = "okay";
+       dr_mode = "peripheral";
 };
 
 &usdhc2 {