Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <s.riedmueller@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Stefan Riedmueller and committed by
Shawn Guo
45b78dd3 a255af65

+1
+1
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
··· 165 165 166 166 &usbotg { 167 167 status = "okay"; 168 + dr_mode = "peripheral"; 168 169 }; 169 170 170 171 &usdhc2 {