Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eda1a4bf authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Tony Lindgren
Browse files

ARM: dts: am335x-evmsk: enable USB1



Enable second USB channel and set it into 'host' mode.

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ccd8b9e0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -336,9 +336,18 @@
		status = "okay";
	};

	usb-phy@47401b00 {
		status = "okay";
	};

	usb@47401000 {
		status = "okay";
	};

	usb@47401800 {
		status = "okay";
		dr_mode = "host";
	};
};

&epwmss2 {