CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/19 11:02:47
Modified files:
sys/dev/fdt : dwmmc.c
Log message:
Implement regulator-based signal voltage switch support in dwmmc(4).
This should not have any functional difference on existing setups, as
so far any time this function would have been used, it would have led
to a kernel panic as it's been a NULL pointer.
This fixes bootup on the MNT Reform2 with the RK3588 module.
ok kettenis@
