diff options
author | WingMan Kwok <w-kwok2@ti.com> | 2013-12-09 17:25:12 -0500 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-12-12 20:29:17 -0500 |
commit | 732079567da4942b7b4929deff8f236926d0b3eb (patch) | |
tree | 023c4d6e45bee4c191a3f995c655e4678fef42cd /arch/arm/boot/dts/k2hk-evm.dts | |
parent | 08c36762db9a0223a5477441bd93650b474aa9c8 (diff) |
ARM: dts: keystone: Add usb devicetree bindings
Added device tree support for TI's Keystone USB driver and updated the
Documentation with device tree binding information.
Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/k2hk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/k2hk-evm.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts index 15b3a95f5e3a..eaefdfef65c3 100644 --- a/arch/arm/boot/dts/k2hk-evm.dts +++ b/arch/arm/boot/dts/k2hk-evm.dts @@ -53,3 +53,11 @@ }; }; }; + +&usb_phy { + status = "okay"; +}; + +&usb { + status = "okay"; +}; |