Commit 997a2ec0 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski

ARM: dts: Use peripheral mode for dwc3_1 on exynos5422-odroidxu3

DWC3 device found on Exynos SoCs cannot work in OTG mode alone, because
it lacks some OTG related control part. OTG mode operation is possible
only with external hardware logic (usually GPIO-based) specific to
the board. Right now, however, there is no driver for such logic and no
bindings, so the OTG mode is dysfunctional at all (this means that it
doesn't work as a peripheral nor as a host). This patch sets the operation
mode to peripheral to get DWC3_1 device at least somehow working. This can
be later updated, when proper OTG driver and bindings get developed.
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent e8769d3a
......@@ -67,5 +67,5 @@ &pwm {
};
&usbdrd_dwc3_1 {
dr_mode = "otg";
dr_mode = "peripheral";
};
......@@ -98,5 +98,5 @@ &pwm {
};
&usbdrd_dwc3_1 {
dr_mode = "otg";
dr_mode = "peripheral";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment