]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: tegra: call regulators_enable_boot_on on board init
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 28 Nov 2023 07:09:41 +0000 (09:09 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 28 Nov 2023 07:09:53 +0000 (09:09 +0200)
commit14f2e54975e6a9cb47547f9e5b20ecdc495154cc
tree423e4dd1dc97be8656724f45d5bb6209ed6a8605
parent9d3f7f881edf119e9c1257158f115e3bf13d8320
ARM: tegra: call regulators_enable_boot_on on board init

Call regulators_enable_boot_on on board init to set all regulators
with boot-on property in device tree. If regulator is not used by
any device in the device tree but is essential for the device to
work a regression will occur.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/board2.c