]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: verdin-am62: set cpu core voltage depending on speed grade
authorMax Krummenacher <max.krummenacher@toradex.com>
Wed, 17 Jan 2024 10:16:49 +0000 (11:16 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Jan 2024 16:12:11 +0000 (11:12 -0500)
commitd2099587d661c6ca2309256c0e04c06e26c8d34c
tree8ebc1635f74db377a6374adbc615b2b183b753b4
parent00812e2257c95556af5fce5a131fbbcbc14d7615
board: verdin-am62: set cpu core voltage depending on speed grade

Speed grade T requires the VDD_CORE voltage to be 0.85V if using
the maximum core frequency.

Speed grades G, K, S allow the VDD_CORE voltage to be 0.75V up to the
maximum core frequency but allow to run at 0.85V.

For efficiency in manufacturing and code maintenance we use 0.85V for
the PMIC defaults and device tree settings and dynamically adjust the
voltage in the PMIC and device tree to 0.75V for lower speed SKU to
gain more than 100mW power consumption reduction.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
board/toradex/verdin-am62/verdin-am62.c