|
【Linux】
Dual LVDS RK3288 AIO
Posted at 2/15/2023 20:35:58
View:1306
|
Replies:0
Print
[Copy Link]
1#
Problem description and steps to reproduce:
Last edited by JohnyCat In 2/15/2023 20:38 Editor
Does anyone know how to make a dual-channel LVDS display work on aio-rk3288j using the firefly sdk? The two previous topics do not give a clear answer. |
&lvds-panel {
status = "okay";
compatible ="simple-panel";
power-supply = <&vcc_lcd>;
backlight = <&backlight>;
bus-format = <MEDIA_BUS_FMT_RGB888_1X24>;
enable-delay-ms = <10>;
rockchip,data-mapping = "vesa";
rockchip,data-width = <24>;
rockchip,output = "duallvds";
display-timings {
native-mode = <&timing0>;
timing0: timing0 {
clock-frequency = <45000000>;
hactive = <960>;
hback-porch = <107>;
hfront-porch = <107>;
hsync-len = <108>;
vactive = <540>;
vback-porch = <15>;
vfront-porch = <15>;
vsync-len = <15>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <0>;
pixelclk-active = <0>;
};
};
};
|
|
|