]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: imx: Enable always-on regulators using board specific workaround on DHCOM SoM
authorMarek Vasut <marex@denx.de>
Tue, 24 Sep 2024 22:08:23 +0000 (00:08 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 25 Sep 2024 18:21:47 +0000 (12:21 -0600)
commitc0435ed04bd9fb264cb6284399556b11825e96e8
tree593508c484054eabc245b29b0e48a54893c02578
parent541d21cf08ed318a6088d90a7db423b1e50e4038
arm: imx: Enable always-on regulators using board specific workaround on DHCOM SoM

U-Boot is currently unable to automatically enable regulators which
contain DT property regulator-always-on or regulator-boot-on. There
is an ongoing work to add this functionality to regulator core code,
but until the proper solution lands, add this awful workaround code
to force these regulators on. This is specifically needed to assure
the VIO regulator used to supply ethernet magnetics is enabled.

Signed-off-by: Marek Vasut <marex@denx.de>
board/dhelectronics/dh_imx6/dh_imx6.c
board/dhelectronics/dh_imx8mp/imx8mp_dhcom_pdk2.c