summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/sypwr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FDT-based I2C drivers should not use OF_* API in the match code, sincepatrick2020-11-121-3/+2
| | | | | | | | on machines with ACPI ia->ia_cookie will be an ACPI node instead of an OF node. We'll still get into trouble with APCI devices that provide a string that matches, but we'll worry when that happens. ok kettenis@
* Fix pasto.kettenis2019-09-291-2/+2
|
* Also attach as a regulator if the FDT provides the fixed voltage value.kettenis2018-08-031-7/+41
| | | | | Restore fixed voltage at reboot time to prevent hangs after a warm reset if DVFS is active.
* Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boardskettenis2017-12-311-0/+162
using the Allwinner H3/H5 SoC.