diff options
author | Roger Quadros <rogerq@ti.com> | 2017-10-09 09:23:31 -0700 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2017-10-10 09:42:27 -0700 |
commit | cfc8e42c41833bd1dbb743d75598e13810940e4e (patch) | |
tree | d2cff87e6efeac767d260f12c42ffba04d4732ae /arch/arm/boot/dts/keystone-k2g-evm.dts | |
parent | 252402aa37ce03d55639fa4f1f1b8eeef6d60eaf (diff) | |
download | lwn-cfc8e42c41833bd1dbb743d75598e13810940e4e.tar.gz lwn-cfc8e42c41833bd1dbb743d75598e13810940e4e.zip |
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 <rogerq@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2g-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g-evm.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts index a6ad5fcf130a..ef388de197e7 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"; +}; |