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)?
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
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>; }; };
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