Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5381

Graphics, sound and multimedia • Re: CM4: DSI to eDP via SN65DSI86 not working on 6.6 kernel

$
0
0
Your overlay looks for the device on I2C-10 (target = <&i2c_csi_dsi>;) and expects to have the bridge responding to address 0x2c.

Checking other I2C interfaces makes no sense. What do you expect to see from therr (schematics please)?

Code:

port@0 {                        reg = <0>;                        edp_bridge_in: endpoint {                            remote-endpoint = <&dsi_out_port>;                            data-lanes = <0 1 2>;                        };                    };                    port@1 {                        reg = <1>;                        edp_bridge_out: endpoint {                            data-lanes = <0 1>;                            remote-endpoint = <&panel_in_edp>;                        };                    };
will not work as you can't combine the PI's DSI interfaces.
Where do you define your panel timings?

Your panel and touch enable, as well as your backlight, should be configured via DT overlay - and not from your config.txt

Statistics: Posted by aBUGSworstnightmare — Tue May 28, 2024 5:06 am



Viewing all articles
Browse latest Browse all 5381

Trending Articles