ARM: dts: s5pv210: Use correct fimd variant

Since we have separate compatible for S5Pv210 FIMD, let's use it rather
than using one from Exynos4210.

Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Paweł Chmiel 2018-12-28 17:18:14 +01:00 committed by Krzysztof Kozlowski
parent 0bb677d9e5
commit 9563793d15
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@
};
fimd: fimd@f8000000 {
compatible = "samsung,exynos4210-fimd";
compatible = "samsung,s5pv210-fimd";
interrupt-parent = <&vic2>;
reg = <0xf8000000 0x20000>;
interrupt-names = "fifo", "vsync", "lcd_sys";