Hello,
There is a Linux kernel patch which apparently is meant to fix the dwc3 USB erratum A-010131, posted here: https://lkml.org/lkml/2018/1/5/109
And looking at linux-qoriq's LSDK-20.12 tag, it contains a commit which adds the new device tree option "snps,dis-u1u2-when-u3-quirk;" to the lx2160a device tree, see https://source.codeaurora.org/external/qoriq/qoriq-components/linux/commit/?id=16d534b719fe95ef103d5....
However, LSDK-20.12 does not seem to contain the above patch, or really any code checking the new device tree option (at least I couldn't find anything). It seems like an oversight, or is it intentional? Or is the erratum already fixed by another patch?
We're seeing some problems on our custom board using LX2160A, which looks like they might be related to this erratum, so it would be useful to know if this patch for it is working and should be included. Thanks!