CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2017/07/18 09:06:37

Modified files:
        sys/arch/armv7/imx: imxccm.c imxccm_clocks.h 

Log message:
Add clock support for the i.MX6UL variant of the i.MX6 series.  The
device tree uses completely differently numbered indices compared to
the i.MX6QDL variant.  This means we have to add another clock list
and use the right one depending on the compatible.  Also, on the UL
variant there is another mux in front of the perclk divider, so we
have to cope with that as well.

With feedback from and "looks reasonable" kettenis@

Reply via email to