[PATCH] ARM: dts: am335x-evmsk: enable USB1
yegorslists at googlemail.com
yegorslists at googlemail.com
Fri Feb 28 02:19:04 EST 2014
From: Yegor Yefremov <yegorslists at googlemail.com>
Enable second USB channel and set it into 'host' mode.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
arch/arm/boot/dts/am335x-evmsk.dts | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index 486880b..40a66bd 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -342,9 +342,18 @@
status = "okay";
};
+ usb-phy at 47401b00 {
+ status = "okay";
+ };
+
usb at 47401000 {
status = "okay";
};
+
+ usb at 47401800 {
+ status = "okay";
+ dr_mode = "host";
+ };
};
&epwmss2 {
--
1.7.7
More information about the linux-arm-kernel
mailing list