Skip to content
Snippets Groups Projects
Commit 35cc100b authored by Priyanka Jain's avatar Priyanka Jain Committed by York Sun
Browse files

armv8: fsl-layerscape: Add vid support for LS2080AQDS

parent 29ca713c
No related branches found
No related tags found
No related merge requests found
......@@ -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 ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment