CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/13 03:41:12
Modified files:
sys/dev/fdt : imxccm.c
Log message:
Since new bindings might use the same clock index for divs, gates and
muxes, quietly return if the clock has no gate, but it's a div/mux.
With this clocks that are defined in both gates and divs/muxes can
be enabled.
