mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -364,6 +364,9 @@ int embedded_dtb_select(void);
|
||||
|
||||
int misc_init_f (void);
|
||||
int misc_init_r (void);
|
||||
#if defined(CONFIG_VID)
|
||||
int init_func_vid(void);
|
||||
#endif
|
||||
|
||||
/* common/exports.c */
|
||||
void jumptable_init(void);
|
||||
|
Reference in New Issue
Block a user