How to configure UPHY0 to use configuration #6 and UPHY1 to use configuration #8? In the NVIDIA Jetson Linux Developer Guide, it seems that only the following operation is performed:
However, in the NVIDIA Jetson Linux Developer Guide, UPHY0 only has configurations 6 and 7, and UPHY1 only has 0 and 8. Why is it that uphy0-config = <0x07>; and uphy1-config = <0x07>; here? Additionally, I’m not quite sure about the meaning of mgbe0-speed = <0x02>;.
and also a snippet in the script `bootloader/tegraflash_impl_t264.py` handling this and changing a dtb file. This makes me feel that I also should set ODMDATA for t264 but can not find any documentation around it. Can you please fill in this gap?
I can neither find any information about how to configure UPHY1, only UPHY0 is mentioned in the Adaption and Bring-Up guide. Also please add this information how I can configure UPHY1.