summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxsrc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add i.MX5/6 support and enable this driver on armv7(4).kettenis2019-10-271-13/+48
| | | | ok jsg@, patrick@
* Update the bindings for imxsrc(4), since they changed when they werepatrick2019-09-091-13/+8
| | | | | | upstreamed. ok kettenis@
* Attach imxsrc(4) early and raise its priority to make sure it beatspatrick2019-09-091-2/+5
| | | | | | syscon(4). ok kettenis@
* imxsrc(4), a driver for the i.MX System Reset Controller. We willpatrick2019-01-111-0/+160
use this to assert the reset pins for e.g. the PCIe controller. ok kettenis@