提交 34b773d5 编写于 作者: I Igor Opaniuk 提交者: Anatolij Gustschin

ARM: dts: colibri_imx7: Fix lcdif node definition

Fix lcdif DT node and make it conform to the structure defined in the
Linux devicetree bindings [1]. Currently there is support only for
old style lcdif node definitions.

[1] https://www.kernel.org/doc/Documentation/devicetree/bindings/display/mxsfb.txtSigned-off-by: NIgor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: NOleksandr Suvorov <oleksandr.suvorov@toradex.com>
上级 e19441ec
...@@ -113,29 +113,34 @@ ...@@ -113,29 +113,34 @@
}; };
&lcdif { &lcdif {
u-boot,dm-pre-reloc;
status = "okay"; status = "okay";
display = <&display0>;
u-boot,dm-pre-reloc;
display-timings { display0: display0 {
native-mode = <&timing_vga>; bits-per-pixel = <18>;
bus-width = <24>;
/* Standard VGA timing */ status = "okay";
timing_vga: 640x480 {
u-boot,dm-pre-reloc; display-timings {
clock-frequency = <25175000>; native-mode = <&timing_vga>;
hactive = <640>; timing_vga: 640x480 {
vactive = <480>; u-boot,dm-pre-reloc;
hback-porch = <48>; clock-frequency = <25175000>;
hfront-porch = <16>; hactive = <640>;
vback-porch = <33>; vactive = <480>;
vfront-porch = <10>; hback-porch = <48>;
hsync-len = <96>; hfront-porch = <16>;
vsync-len = <2>; vback-porch = <33>;
vfront-porch = <10>;
de-active = <1>; hsync-len = <96>;
hsync-active = <0>; vsync-len = <2>;
vsync-active = <0>;
pixelclk-active = <0>; de-active = <1>;
hsync-active = <0>;
vsync-active = <0>;
pixelclk-active = <0>;
};
}; };
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册