CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2019/11/29 15:02:16
Modified files: sys/dev/fdt : sdhc_fdt.c Log message: Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible check for the quirk that makes sure we don't try to change the voltage to anything else. Configure the eMMC Core's clock, register ourselves as clock driver for rkemmcphy(4) to use, and enable the PHY. Tested by kurt@ ok kettenis@