diff options
| author | Dongwoo Lee <[email protected]> | 2017-06-20 16:12:24 +0900 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2017-07-18 07:06:04 +0200 |
| commit | 6d00a55d4661327a45e835af6e1bd23d28a78430 (patch) | |
| tree | c09babb9631e8e69526c5353ad84232be137ab2d | |
| parent | a64d0ece9fdd29714f488531b49f0ed30a61678a (diff) | |
arm64: dts: exynos: Add extcon property for TM2 and TM2E
Since commit 9840354ff429 ("usb: dwc3: Add dual-role support") dwc3
node requires extcon property to be initialized as OTG mode and it
supports dual-role mode operation.
Signed-off-by: Dongwoo Lee <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index 477c3bc30c00..4daca1ec540d 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi @@ -1204,6 +1204,7 @@ &usbdrd_dwc3 { dr_mode = "otg"; + extcon = <&muic>; }; &usbdrd30_phy { |