[PATCH v7 1/5] ARM: dts: Add FIMD node to exynos4
Vikas Sajjan
vikas.sajjan at linaro.org
Wed Mar 13 21:09:27 EST 2013
This adds common FIMD device node for all Exynos4 SoCs.
Signed-off-by: Vikas Sajjan <vikas.sajjan at linaro.org>
---
arch/arm/boot/dts/exynos4.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 6581bb2..26190e0 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -297,4 +297,12 @@
interrupts = <0 34 0>;
};
};
+
+ fimd: fimd at 11c00000 {
+ compatible = "samsung,exynos4210-fimd";
+ interrupt-parent = <&combiner>;
+ reg = <0x11c00000 0x20000>;
+ interrupt-names = "fifo", "vsync", "lcd_sys";
+ interrupts = <11 0>, <11 1>, <11 2>;
+ };
};
--
1.7.9.5
More information about the devicetree-discuss
mailing list