CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2020/12/18 11:24:45

Modified files:
        sys/arch/arm64/conf: GENERIC RAMDISK 
        sys/dev/fdt    : files.fdt 
Added files:
        sys/dev/fdt    : imxdwusb.c 

Log message:
Add glue for the USB3 controller on the i.MX8MP SoC.  NXP had this glue for
the i.MX8MQ as well, but while upstreaming they were told to shove it.  Now
for the i.MX8MP this glue is making a comeback.  Apparently there's some
divergence in low power handling to the regular DWC3 IP with special IRQs.
Now the question remains if this driver will be obsolete soon again, or if
this time it's here to stay.  The fun part is that while this driver was
written independent from the previous version, the diff is basically zero.

ok kettenis@

Reply via email to