From: Roger Quadros Date: Mon, 9 Oct 2017 16:23:31 +0000 (-0700) Subject: ARM: dts: k2g-evm: Enable USB 0 and 1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cfc8e42c41833bd1dbb743d75598e13810940e4e;p=linux.git 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: Roger Quadros Signed-off-by: Murali Karicheri Signed-off-by: Franklin S Cooper Jr Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts index a6ad5fcf130a0..ef388de197e78 100644 --- a/arch/arm/boot/dts/keystone-k2g-evm.dts +++ b/arch/arm/boot/dts/keystone-k2g-evm.dts @@ -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"; +};