CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/19 07:49:06
Modified files:
sys/dev/fdt : mvpinctrl.c
Log message:
Switch mvpinctrl(4) from a last match to first match principle. This is
needed as the full configuration table for an SoC can specify a function
(maybe erroneously) more than once, and the tables are designed so that
the first match counts. This is in preparation for a followup diff that
makes use of the full table.
ok kettenis@
