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

Commit cfc8e42c authored by Roger Quadros's avatar Roger Quadros Committed by Santosh Shilimkar
Browse files

ARM: dts: k2g-evm: Enable USB 0 and 1



Enable USB 0 which will be used as a host port and USB 1 which will be
used in peripheral mode.

Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarFranklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 252402aa
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -131,3 +131,29 @@
		reg = <0x50>;
	};
};

&keystone_usb0 {
	status = "okay";
};

&usb0_phy {
	status = "okay";
};

&usb0 {
	dr_mode = "host";
	status = "okay";
};

&keystone_usb1 {
	status = "okay";
};

&usb1_phy {
	status = "okay";
};

&usb1 {
	dr_mode = "peripheral";
	status = "okay";
};