]> git.baikalelectronics.ru Git - uboot.git/commit
imx: kontron-sl-mx8mm: Enable PCA9450 regulator driver and fix SD card access
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 27 Jun 2022 11:00:59 +0000 (13:00 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 28 Jun 2022 13:24:31 +0000 (15:24 +0200)
commitd0950d37291d2be1d8c2018d1621f132b52b8b24
tree2530f3ac00c925c56031d22c6f0dabc84c487085
parente8e215e1dd43dd273121327a5be98e7da47e5094
imx: kontron-sl-mx8mm: Enable PCA9450 regulator driver and fix SD card access

Currently accessing the SD card on USDHC2 fails with:

=> mmc dev 1
Card did not respond to voltage select! : -110

This is due to the fact that UHS modes are enabled in the defconfig
and the devicetree, but the referenced LDO5 regulator (reg_nvcc_sd)
is not available to switch the data lines from 3.3V to 1.8V mode.

By enabling the regulator driver the vqmmc-supply is now available
and the SD card works also in high speed modes:

=> mmc dev 1
switch to partitions #0, OK
mmc1 is current device

Please note that the board has a GPIO connected to the SD_VSEL signal
of the PMIC. As the driver uses the LDO5CTRL_H register to set the
voltage, we need to make sure that this GPIO (GPIO01_IO4) is set to
a high level.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Tested-by: Fabio Estevam <festevam@denx.de>
configs/kontron-sl-mx8mm_defconfig