You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ARM: dts: Move display-timing information inside FIMD DT node for exynos5250
As the display-timing information is parsed by FIMD driver, it makes sense to move the display-timing DT node inside FIMD DT node for exynos5250 Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
@@ -262,19 +262,22 @@
|
|||||||
pinctrl-0 = <&dp_hpd>;
|
pinctrl-0 = <&dp_hpd>;
|
||||||
};
|
};
|
||||||
|
|
||||||
display-timings {
|
fimd@14400000 {
|
||||||
native-mode = <&timing0>;
|
status = "okay";
|
||||||
timing0: timing@0 {
|
display-timings {
|
||||||
/* 1280x800 */
|
native-mode = <&timing0>;
|
||||||
clock-frequency = <50000>;
|
timing0: timing@0 {
|
||||||
hactive = <1280>;
|
/* 1280x800 */
|
||||||
vactive = <800>;
|
clock-frequency = <50000>;
|
||||||
hfront-porch = <4>;
|
hactive = <1280>;
|
||||||
hback-porch = <4>;
|
vactive = <800>;
|
||||||
hsync-len = <4>;
|
hfront-porch = <4>;
|
||||||
vback-porch = <4>;
|
hback-porch = <4>;
|
||||||
vfront-porch = <4>;
|
hsync-len = <4>;
|
||||||
vsync-len = <4>;
|
vback-porch = <4>;
|
||||||
|
vfront-porch = <4>;
|
||||||
|
vsync-len = <4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user