All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Add EHCI device tree node for Exynos4
@ 2013-01-23 19:09 ` Dongjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Dongjin Kim @ 2013-01-23 19:09 UTC (permalink / raw)
  Cc: Dongjin Kim, Russell King, Tomasz Figa, Thomas Abraham,
	Kyungmin Park, Kukjin Kim, linux-arm-kernel, linux-kernel

This patch adds EHCI device node for Exynos4412

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm/boot/dts/exynos4412.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index 387aa27..0c8f23b 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -33,4 +33,10 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 	};
+
+	ehci@12580000 {
+		compatible = "samsung,exynos-ehci";
+		reg = <0x12580000 0x100>;
+		interrupts = <0 70 0>;
+	};
 };
-- 
1.7.10.4


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

* [PATCH] ARM: dts: Add EHCI device tree node for Exynos4
@ 2013-01-23 19:09 ` Dongjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Dongjin Kim @ 2013-01-23 19:09 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds EHCI device node for Exynos4412

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm/boot/dts/exynos4412.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index 387aa27..0c8f23b 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -33,4 +33,10 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 	};
+
+	ehci at 12580000 {
+		compatible = "samsung,exynos-ehci";
+		reg = <0x12580000 0x100>;
+		interrupts = <0 70 0>;
+	};
 };
-- 
1.7.10.4

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

end of thread, other threads:[~2013-01-23 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 19:09 [PATCH] ARM: dts: Add EHCI device tree node for Exynos4 Dongjin Kim
2013-01-23 19:09 ` Dongjin Kim

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.