Tool/software: Linux
Hi TI experts,
We have an AM6548 custom board, but have a problem regarding the usb2.0.
Now we are using the USBSS0 as the usb2.0-only mode. However, we notice that the usb2.0 does not work with the default CTRLMMR_SERDES0_CTRL[1:0].
The default value for this register field is 0x0h, meaning the SerDes0 lane function is USB3. If we change this field to other value, such as 3h, then the USB2.0 works well.
But in the kernel of the current SDK, I don't find a way to set this register nicely, so I have to hard code the driver to perform the register writing before probing, which is nasty.
So my question is, is there any way to set this register nicely, such as from the device tree? Or can TI change the default value in the sysfw?
BRs