mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-03 20:34:58 +08:00
ARM: dts: Add FIMD node to exynos4
This patch adds a common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
a64b1b220b
commit
768c3a567e
@ -371,4 +371,16 @@
|
|||||||
#dma-requests = <1>;
|
#dma-requests = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fimd: fimd@11c00000 {
|
||||||
|
compatible = "samsung,exynos4210-fimd";
|
||||||
|
interrupt-parent = <&combiner>;
|
||||||
|
reg = <0x11c00000 0x20000>;
|
||||||
|
interrupt-names = "fifo", "vsync", "lcd_sys";
|
||||||
|
interrupts = <11 0>, <11 1>, <11 2>;
|
||||||
|
clocks = <&clock 140>, <&clock 283>;
|
||||||
|
clock-names = "sclk_fimd", "fimd";
|
||||||
|
samsung,power-domain = <&pd_lcd0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user