* [PATCH] ARM: dts: am335x-evmsk: enable USB1
@ 2014-02-28 7:19 yegorslists at googlemail.com
2014-02-28 22:57 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2014-02-28 7:19 UTC (permalink / raw)
To: linux-arm-kernel
From: Yegor Yefremov <yegorslists@googlemail.com>
Enable second USB channel and set it into 'host' mode.
Signed-off-by: Yegor Yefremov <yegorslists@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: am335x-evmsk: enable USB1
2014-02-28 7:19 [PATCH] ARM: dts: am335x-evmsk: enable USB1 yegorslists at googlemail.com
@ 2014-02-28 22:57 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2014-02-28 22:57 UTC (permalink / raw)
To: linux-arm-kernel
* yegorslists at googlemail.com <yegorslists@googlemail.com> [140227 23:22]:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Enable second USB channel and set it into 'host' mode.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Thanks applying into omap-for-v3.15/dt.
Tony
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-28 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 7:19 [PATCH] ARM: dts: am335x-evmsk: enable USB1 yegorslists at googlemail.com
2014-02-28 22:57 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).