Commit 9ee35a5b authored by Vikas Sajjan's avatar Vikas Sajjan Committed by Kukjin Kim

ARM: dts: Update FIMD DT node for Exynos5 SoCs

Moves the properties of FIMD DT node which are common across Exynos5 based
SoCs like Exynos5250 and Exynos5420 to exynos5.dtsi
Signed-off-by: default avatarVikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent d1bf2abe
...@@ -108,4 +108,13 @@ watchdog { ...@@ -108,4 +108,13 @@ watchdog {
interrupts = <0 42 0>; interrupts = <0 42 0>;
status = "disabled"; status = "disabled";
}; };
fimd@14400000 {
compatible = "samsung,exynos5250-fimd";
interrupt-parent = <&combiner>;
reg = <0x14400000 0x40000>;
interrupt-names = "fifo", "vsync", "lcd_sys";
interrupts = <18 4>, <18 5>, <18 6>;
status = "disabled";
};
}; };
...@@ -519,6 +519,7 @@ dp-controller { ...@@ -519,6 +519,7 @@ dp-controller {
}; };
fimd: fimd@14400000 { fimd: fimd@14400000 {
status = "okay";
display-timings { display-timings {
native-mode = <&timing0>; native-mode = <&timing0>;
timing0: timing@0 { timing0: timing@0 {
......
...@@ -638,12 +638,7 @@ dptx-phy { ...@@ -638,12 +638,7 @@ dptx-phy {
}; };
}; };
fimd { fimd@14400000 {
compatible = "samsung,exynos5250-fimd";
interrupt-parent = <&combiner>;
reg = <0x14400000 0x40000>;
interrupt-names = "fifo", "vsync", "lcd_sys";
interrupts = <18 4>, <18 5>, <18 6>;
clocks = <&clock 133>, <&clock 339>; clocks = <&clock 133>, <&clock 339>;
clock-names = "sclk_fimd", "fimd"; clock-names = "sclk_fimd", "fimd";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment