Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

[Linux] Dual LVDS RK3288 AIO

23

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
23

【Linux】 Dual LVDS RK3288 AIO

Posted at 2/15/2023 20:35:58      View:986 | Replies:0        Print      Only Author   [Copy Link] 1#
Problem description and steps to reproduce:
Last edited by JohnyCat In 2/15/2023 20:38 Editor

Hi!
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>;
                };
            };

        };



Folder.zip

148 Bytes, Down times: 1

Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list