Other Parts Discussed in Thread: AM5728
Hi ALL
I would like to connect two LCDs with AM5728 processor. 1st LCD at LCD1 port and 2nd LCD at LCD3 port. Both with 24bit interface. Both are at different resolutions and we are planing to use panel-dpi driver for both of them.
In device tree we do this for connecting 1LCD at LCD1 port(in GPEVM)
&dss {
ports {
#address-cells = <1>;
#size-cells = <0>;
port {
reg = <0>;
dpi_out: endpoint {
remote-endpoint = <&lcd_in>;
data-lines = <24>;
};
};
};
};
What changes i need to do in device tree, to connect two LCDs??
Regards
Amrit