linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5
@ 2012-11-28 14:29 Ajay Kumar
  2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ajay Kumar @ 2012-11-28 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 581e57a..6d50c15 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -613,4 +613,10 @@
 		reg = <0x14450000 0x10000>;
 		interrupts = <0 94 0>;
 	};
+
+	g2d: g2d {
+		compatible = "samsung,exynos-g2d-41";
+		reg = <0x10850000 0x1000>;
+		interrupts = <0 91 0>;
+	};
 };
-- 
1.7.1

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

end of thread, other threads:[~2012-12-20 12:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 14:29 [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay Kumar
2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
2012-12-20 12:50   ` Ajay kumar
2012-11-28 14:29 ` [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5 Ajay Kumar
2012-12-20 12:50   ` Ajay kumar
2012-12-20 12:49 ` [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay kumar

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).