OSDN Git Service

ARM: dts: Add G2D node to exynos4x12.dtsi
authorSachin Kamat <[sachin.kamat@linaro.org]>
Thu, 4 Apr 2013 04:51:10 +0000 (13:51 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 8 Apr 2013 16:12:48 +0000 (01:12 +0900)
Added G2D DT node to exynos4x12.dtsi file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4x12.dtsi

index 7496b8d..e3380a7 100644 (file)
                reg = <0x106E0000 0x1000>;
                interrupts = <0 72 0>;
        };
+
+       g2d@10800000 {
+               compatible = "samsung,exynos4212-g2d";
+               reg = <0x10800000 0x1000>;
+               interrupts = <0 89 0>;
+               status = "disabled";
+       };
 };