[PATCH 1/7] ARM: dts: Add G2D node to exynos4210.dtsi

Sachin Kamat sachin.kamat at linaro.org
Wed Feb 6 22:51:11 EST 2013


Added G2D DT node to Exynos4210.

Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
 arch/arm/boot/dts/exynos4210.dtsi |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 79ba247..3410d5f 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -47,6 +47,14 @@
 			     <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
 	};
 
+	g2d at 12800000 {
+		compatible = "samsung,s5pv210-g2d";
+		reg = <0x12800000 0x1000>;
+		interrupts = <0 89 0>;
+		samsung,power-domain = <&pd_lcd0>;
+		status = "disabled";
+	};
+
 	pmu {
 		compatible = "arm,cortex-a9-pmu";
 		interrupt-parent = <&combiner>;
-- 
1.7.4.1



More information about the devicetree-discuss mailing list