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

ARM: dts: am57xx: cl-som-am57x: set HOST mode for USB2

Setup USB2 to act in "HOST" mode by default.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Dmitry Lifshitz and committed by
Tony Lindgren
c71ff38e bd73da8c

+1 -1
+1 -1
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
··· 588 588 }; 589 589 590 590 &usb2 { 591 - dr_mode = "peripheral"; 591 + dr_mode = "host"; 592 592 }; 593 593 594 594 &mcasp3 {