All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: add usb 2.0 clock references to device tree
@ 2013-03-13 17:17 ` Doug Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2013-03-13 17:17 UTC (permalink / raw)
  To: Kukjin Kim, Olof Johansson
  Cc: Thomas Abraham, Vivek Gautam, Doug Anderson, Russell King,
	Padmavathi Venna, Jingoo Han, Mark Brown, linux-arm-kernel,
	linux-kernel

This is a fixup to two device tree nodes that have already landed but
without clock nodes since the transition to common clock happened at
the same time.

Signed-off-by: Doug Anderson <dianders@chromium.org>
---
 arch/arm/boot/dts/exynos5250.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 24c52e6..59be603 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -402,12 +402,18 @@
 		compatible = "samsung,exynos4210-ehci";
 		reg = <0x12110000 0x100>;
 		interrupts = <0 71 0>;
+
+		clocks = <&clock 285>;
+		clock-names = "usbhost";
 	};
 
 	usb@12120000 {
 		compatible = "samsung,exynos4210-ohci";
 		reg = <0x12120000 0x100>;
 		interrupts = <0 71 0>;
+
+		clocks = <&clock 285>;
+		clock-names = "usbhost";
 	};
 
 	amba {
-- 
1.8.1.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: add usb 2.0 clock references to device tree
@ 2013-03-13 17:17 ` Doug Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2013-03-13 17:17 UTC (permalink / raw)
  To: linux-arm-kernel

This is a fixup to two device tree nodes that have already landed but
without clock nodes since the transition to common clock happened at
the same time.

Signed-off-by: Doug Anderson <dianders@chromium.org>
---
 arch/arm/boot/dts/exynos5250.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 24c52e6..59be603 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -402,12 +402,18 @@
 		compatible = "samsung,exynos4210-ehci";
 		reg = <0x12110000 0x100>;
 		interrupts = <0 71 0>;
+
+		clocks = <&clock 285>;
+		clock-names = "usbhost";
 	};
 
 	usb at 12120000 {
 		compatible = "samsung,exynos4210-ohci";
 		reg = <0x12120000 0x100>;
 		interrupts = <0 71 0>;
+
+		clocks = <&clock 285>;
+		clock-names = "usbhost";
 	};
 
 	amba {
-- 
1.8.1.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: add usb 2.0 clock references to device tree
  2013-03-13 17:17 ` Doug Anderson
@ 2013-03-13 17:20   ` Doug Anderson
  -1 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2013-03-13 17:20 UTC (permalink / raw)
  To: Kukjin Kim, Olof Johansson
  Cc: Thomas Abraham, Vivek Gautam, Doug Anderson, Russell King,
	Padmavathi Venna, Jingoo Han, Mark Brown, linux-arm-kernel,
	linux-kernel

Argh...

On Wed, Mar 13, 2013 at 10:17 AM, Doug Anderson <dianders@chromium.org> wrote:
> This is a fixup to two device tree nodes that have already landed but
> without clock nodes since the transition to common clock happened at
> the same time.
>
> Signed-off-by: Doug Anderson <dianders@chromium.org>

Please forgive my fat finger and see the version with the updated
description: "[PATCH] ARM: dts: add usb 2.0 clock references to
exynos5250 device tree".  There is no difference other than the title.

-Doug

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: add usb 2.0 clock references to device tree
@ 2013-03-13 17:20   ` Doug Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2013-03-13 17:20 UTC (permalink / raw)
  To: linux-arm-kernel

Argh...

On Wed, Mar 13, 2013 at 10:17 AM, Doug Anderson <dianders@chromium.org> wrote:
> This is a fixup to two device tree nodes that have already landed but
> without clock nodes since the transition to common clock happened at
> the same time.
>
> Signed-off-by: Doug Anderson <dianders@chromium.org>

Please forgive my fat finger and see the version with the updated
description: "[PATCH] ARM: dts: add usb 2.0 clock references to
exynos5250 device tree".  There is no difference other than the title.

-Doug

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-13 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-13 17:17 [PATCH] ARM: dts: add usb 2.0 clock references to device tree Doug Anderson
2013-03-13 17:17 ` Doug Anderson
2013-03-13 17:20 ` Doug Anderson
2013-03-13 17:20   ` Doug Anderson

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.