]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: tegra114: enable base voltages setup from board
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 3 Oct 2023 06:36:43 +0000 (09:36 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 16:37:15 +0000 (12:37 -0400)
commit8632091e1e15b67bbf05b48a5ae7e612d1db36fe
tree6cd9bed96f1473196ecdedb720faa8735c223098
parent140dbe4a43a2d9532725cd64741969119c71dbc1
ARM: tegra114: enable base voltages setup from board

Tegra 4, same as Tegra 3, requires configuration of CPU and CORE
voltages in the SPL stage to boot properly. Expose function to be
able perform this configuration in the SPL section of the device
board.

Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # ASUS TF701T
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/tegra114/cpu.c