]> git.ipfire.org Git - u-boot.git/commit
common: board_f: vid: Add VID specific API to adjust core voltage
authorRajesh Bhagat <rajesh.bhagat@nxp.com>
Wed, 17 Jan 2018 10:43:08 +0000 (16:13 +0530)
committerYork Sun <york.sun@nxp.com>
Tue, 23 Jan 2018 19:20:46 +0000 (11:20 -0800)
commit1fab98fb90b0350210ac6938cb61647c66dcf0f7
treed070d4563d88368d32172ce0abd4722327c89231
parent75ad48153f29d54359a47bc06be6a64fbecead56
common: board_f: vid: Add VID specific API to adjust core voltage

Adds a VID specific API in init_sequence_f and spl code flow
namely init_func_vid which is required to adjust core voltage.

VID specific code is required in spl, hence moving flag CONFIG_VID
out of spl flags.

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/spl.c
board/freescale/common/Makefile
common/board_f.c
include/common.h