* [PATCH] ARM: dts: am335x-evmsk: enable USB1
@ 2014-02-28 7:19 ` yegorslists at googlemail.com
0 siblings, 0 replies; 4+ messages in thread
From: yegorslists @ 2014-02-28 7:19 UTC (permalink / raw)
To: linux-omap; +Cc: tony, devicetree, linux-arm-kernel, Yegor Yefremov
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@47401b00 {
+ status = "okay";
+ };
+
usb@47401000 {
status = "okay";
};
+
+ usb@47401800 {
+ status = "okay";
+ dr_mode = "host";
+ };
};
&epwmss2 {
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] ARM: dts: am335x-evmsk: enable USB1
@ 2014-02-28 7:19 ` yegorslists at googlemail.com
0 siblings, 0 replies; 4+ 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] 4+ messages in thread* Re: [PATCH] ARM: dts: am335x-evmsk: enable USB1
2014-02-28 7:19 ` yegorslists at googlemail.com
@ 2014-02-28 22:57 ` Tony Lindgren
-1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-02-28 22:57 UTC (permalink / raw)
To: yegorslists; +Cc: linux-omap, linux-arm-kernel, devicetree
* yegorslists@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@47401b00 {
> + status = "okay";
> + };
> +
> usb@47401000 {
> status = "okay";
> };
> +
> + usb@47401800 {
> + status = "okay";
> + dr_mode = "host";
> + };
> };
>
> &epwmss2 {
> --
> 1.7.7
>
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH] ARM: dts: am335x-evmsk: enable USB1
@ 2014-02-28 22:57 ` Tony Lindgren
0 siblings, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2014-02-28 22:58 UTC | newest]
Thread overview: 4+ 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
2014-02-28 7:19 ` yegorslists at googlemail.com
2014-02-28 22:57 ` Tony Lindgren
2014-02-28 22:57 ` Tony Lindgren
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.