Commit 18c41a63 authored by Jonathan Bakker's avatar Jonathan Bakker Committed by Krzysztof Kozlowski

ARM: dts: s5pv210: Correct FIMC definitions

The extended mainscaler is only available on FIMC1 and there
are minimum pixel alignments that differ from the default.
Additionally, the cam-if interface is available on all three
while FIMC2 has no rotators.  The lcd-wb interface is supported
on FIMC1.
Signed-off-by: default avatarJonathan Bakker <xc-racer2@live.ca>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 44a390fb
......@@ -626,7 +626,7 @@ fimc0: fimc@fb200000 {
clock-names = "fimc",
"sclk_fimc";
samsung,pix-limits = <4224 8192 1920 4224>;
samsung,mainscaler-ext;
samsung,min-pix-alignment = <16 8>;
samsung,cam-if;
};
......@@ -640,8 +640,10 @@ fimc1: fimc@fb300000 {
clock-names = "fimc",
"sclk_fimc";
samsung,pix-limits = <4224 8192 1920 4224>;
samsung,min-pix-alignment = <1 1>;
samsung,mainscaler-ext;
samsung,cam-if;
samsung,lcd-wb;
};
fimc2: fimc@fb400000 {
......@@ -653,9 +655,10 @@ fimc2: fimc@fb400000 {
<&clocks SCLK_FIMC2>;
clock-names = "fimc",
"sclk_fimc";
samsung,pix-limits = <4224 8192 1920 4224>;
samsung,mainscaler-ext;
samsung,lcd-wb;
samsung,pix-limits = <1920 8192 1280 1920>;
samsung,min-pix-alignment = <16 8>;
samsung,rotators = <0>;
samsung,cam-if;
};
};
......
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