Other Parts Discussed in Thread: THS8200
Tool/software: Linux
HI ,
Good Day, we are interfacing two display unit with AM5728. we are using Vout1 for LCD and Vout2 for VGA. we added ths8200 chip for converting 8:8:8 RGB to VGA RGB format and we are able to get signal.
we added both display panel timings to am57xx-beagle-x15-common.dtsi file.
in dss tree structure
&dss {
ports {
#address-cells = <1>;
#size-cells = <0>;
port {
reg = <0>;
dpi_out: endpoint {
remote-endpoint = <&lcd_in>;
data-lines = <24>;
};
};
};
};
if reg = <0> the signal is getting in vout1(LCD)
if reg = <1> the signal is getting in vout2(VGA)
How to enable both vout1 and vout2 parallel?
Thanks & Regards
Aslam