Hello @henrique.tx
Thank you !!
1-Could you please share details about how you are physically connecting the displays to your Ixora Carrier Board?
We dont connect them physically to the displays ,now!!
I test it using the oscilloscope and see the signal of it on the related pins!!
2- If you remove the dual-mode
from the &ldb2
node, does it improve the outcome?
I have removed dual-mode
but right now,i can see the signal on another pins(later I can see the signal on pins 25,27 but now i can see it on the pins 4,6 !!
In fact,just moved them toghether!!
&ldb2 {
status = "disabled";
// dual-mode;
lvds-channel@0 {
fsl,data-mapping = "spwg";
fsl,data-width = <24>;
status = "okay";//okay
reg = <0>;
port@1 {
reg = <1>;
lvds1_out: endpoint {
remote-endpoint = <&panel_lvds_in>;
};
};
};
lvds-channel@1 {
fsl,data-mapping = "spwg";
fsl,data-width = <24>;
status = "okay";
reg = <1>;
port@1 {
reg = <1>;
lvds2_out: endpoint {
remote-endpoint = <&panel2_lvds_in>;
};
};
};
};
You dont know ,how can i have the signal on the dual channel A and B (pin 4,6 and pins 25,27) together even single-mode no dual-mode??