Tool/software: Linux
Hello,
I want to take use of AM4378 in my product which needs LCD and two industry Ethernet ports simultaneously. But I found DSS conflict with PRU-ICSS when which enabling two MII at the same time. I want to modify the source code to meet the requirement.
Step1: enable two MII in PRU-ICSS1 simultaneously;
Step2: enable DSS but disable DAT8-DAT15 totaling 8 Pins which act as MII signals now;
Step3: enable DSS in 8/8/8 bit mode;
Step4: swap B3-B7,G2-G7,R3-R7 totaling 16 bits to DAT0-DAT7 and DAT16-DAT23 Pins;
Though DSS configed as 8/8/8 bit mode, but actually output is 5/6/5 bit mode.
Can this way resolve the problem? If it can,which files i need to modify? thanks