summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxiomuxc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attach imxiomuxc(4) to i.MX8MM as well.patrick2020-03-191-1/+2
|
* The imxiomuxc(4) node itself can also contain a set of pins topatrick2018-07-231-1/+2
| | | | | | | configure. These are pins that should be configured to a sane state and are not necessarily referenced by another node. ok kettenis@
* Attach imxiomuxc(4) to i.MX7D as well.kettenis2018-06-101-1/+2
|
* Attach imxiomuxc(4) to i.MX8M as well.patrick2018-04-021-2/+3
|
* Move imxiomuxc(4) to sys/dev/fdt.patrick2018-04-021-0/+162