Skip to content

Commit 4e03394

Browse files
sjoerdsimonskgene
authored andcommitted
ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa
Explicitly set the dr_mode for the second dwc3 controller on the Arndale Octa board to host mode. This is required to ensure the controller is initialized in the right mode if the kernel is build with USB gadget support. Reported-By: Andreas Faerber <[email protected]> Signed-off-by: Sjoerd Simons <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
1 parent e1c69ef commit 4e03394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/exynos5420-arndale-octa.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,7 @@
375375
};
376376
};
377377
};
378+
379+
&usbdrd_dwc3_1 {
380+
dr_mode = "host";
381+
};

0 commit comments

Comments
 (0)