diff options
author | Ilya Ledvich <ilya@compulab.co.il> | 2015-12-13 09:55:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-17 19:02:02 +0100 |
commit | f3e1dee242054454ebe48551f0ad7848b46ee5e8 (patch) | |
tree | 5257622d712ca9285ea2b457a8b86f4ba03ffeb3 /arch/arm/boot/dts/am335x-cm-t335.dts | |
parent | ARM: dts: omap: replace legacy *,wakeup property with wakeup-source (diff) | |
download | linux-f3e1dee242054454ebe48551f0ad7848b46ee5e8.tar.xz linux-f3e1dee242054454ebe48551f0ad7848b46ee5e8.zip |
ARM: dts: cm-t335: add support for USB0
Enable USB0.
Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-cm-t335.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-cm-t335.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts index 31ff1aa07b43..ae2366e1eb4c 100644 --- a/arch/arm/boot/dts/am335x-cm-t335.dts +++ b/arch/arm/boot/dts/am335x-cm-t335.dts @@ -237,6 +237,26 @@ }; }; +&usb { + status = "okay"; +}; + +&usb_ctrl_mod { + status = "okay"; +}; + +&usb0_phy { + status = "okay"; +}; + +&usb0 { + status = "okay"; +}; + +&cppi41dma { + status = "okay"; +}; + &epwmss0 { status = "okay"; |