diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2021-03-29 16:01:02 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-30 11:33:16 +0300 |
commit | 45b78dd39f04f6198f8e2e9fe9d155a5e8326aab (patch) | |
tree | 5d3bc98b88a20c36289d7aead6e49f75fa35e132 /arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | |
parent | a255af65df6de5fc28e79a488d385cbbffb904bf (diff) | |
download | linux-45b78dd39f04f6198f8e2e9fe9d155a5e8326aab.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 1 |
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 { |