Author: mmel
Date: Sat Oct 31 16:24:11 2020
New Revision: 367220
URL: https://svnweb.freebsd.org/changeset/base/367220

Log:
  MFC r363123,r363510:
  
    r363123:
      Reverse the processing order of assigned clocks property.  Linux processes
      these clocks in reverse order and some DT relies on this fact. For 
example,
      the frequency setting for a given PLL is the last in the list, preceded by
      the frequency setting of its following divider or so...
    r363510:
      Revert r363123.  As Emanuel poited me the Linux processes these clock
      assignments in forward order, not in reversed. I misread the original 
code.
      Tha problem with wrong order for assigned clocks found in tegra (and some
      imx) DT should be reanalyzed and solved by different way.

Modified:
Directory Properties:
  stable/12/   (props changed)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to