Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c7c87a3 authored by YoungJun Cho's avatar YoungJun Cho Committed by Kukjin Kim
Browse files

ARM: dts: add fimd device node for exynos4415



This patch adds fimd device node to exynos4415.dtsi.

Signed-off-by: default avatarYoungJun Cho <yj44.cho@samsung.com>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent c8ef0bee
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -241,6 +241,18 @@
			interrupts = <0 240 0>;
			interrupts = <0 240 0>;
		};
		};


		fimd: fimd@11C00000 {
			compatible = "samsung,exynos4415-fimd";
			reg = <0x11C00000 0x30000>;
			interrupt-names = "fifo", "vsync", "lcd_sys";
			interrupts = <0 84 0>, <0 85 0>, <0 86 0>;
			clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>;
			clock-names = "sclk_fimd", "fimd";
			samsung,power-domain = <&pd_lcd0>;
			samsung,sysreg = <&sysreg_system_controller>;
			status = "disabled";
		};

		hsotg: hsotg@12480000 {
		hsotg: hsotg@12480000 {
			compatible = "samsung,s3c6400-hsotg";
			compatible = "samsung,s3c6400-hsotg";
			reg = <0x12480000 0x20000>;
			reg = <0x12480000 0x20000>;