diff options
author | Priyanka Jain | 2017-01-19 11:12:28 +0530 |
---|---|---|
committer | York Sun | 2017-03-14 08:44:03 -0700 |
commit | 35cc100bba3e37990c3026f0d229a4f469915c76 (patch) | |
tree | 612ede96a9c837187a5c401d66fd27374df37c56 /board/freescale/ls2080aqds | |
parent | 29ca713cc1cfb84b6d1b485859479e81a1479188 (diff) |
armv8: fsl-layerscape: Add vid support for LS2080AQDS
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Arpit Goel <arpit.goel@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls2080aqds')
-rw-r--r-- | board/freescale/ls2080aqds/ls2080aqds.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/freescale/ls2080aqds/ls2080aqds.c b/board/freescale/ls2080aqds/ls2080aqds.c index 8abf64add8c..277013bfcc6 100644 --- a/board/freescale/ls2080aqds/ls2080aqds.c +++ b/board/freescale/ls2080aqds/ls2080aqds.c @@ -22,6 +22,7 @@ #include "../common/qixis.h" #include "ls2080aqds_qixis.h" +#include "../common/vid.h" #define PIN_MUX_SEL_SDHC 0x00 #define PIN_MUX_SEL_DSPI 0x0a @@ -240,6 +241,14 @@ int board_early_init_f(void) return 0; } +int misc_init_r(void) +{ + if (adjust_vdd(0)) + printf("Warning: Adjusting core voltage failed.\n"); + + return 0; +} + void detail_board_ddr_info(void) { puts("\nDDR "); |