[U-Boot] [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate FSL PPA

Zhiqiang Hou Zhiqiang.Hou at nxp.com
Fri Apr 14 06:48:23 UTC 2017


From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>

The PPA is a EL3 firmware, which support PSCI, hotplug,
power-management features etc.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
 board/freescale/ls1046aqds/ls1046aqds.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/board/freescale/ls1046aqds/ls1046aqds.c b/board/freescale/ls1046aqds/ls1046aqds.c
index af3f70a..595b1e8 100644
--- a/board/freescale/ls1046aqds/ls1046aqds.c
+++ b/board/freescale/ls1046aqds/ls1046aqds.c
@@ -10,6 +10,7 @@
 #include <asm/io.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/fsl_serdes.h>
+#include <asm/arch/ppa.h>
 #include <asm/arch/fdt.h>
 #include <asm/arch/mmu.h>
 #include <asm/arch/soc.h>
@@ -265,6 +266,10 @@ int board_init(void)
 	if (adjust_vdd(0))
 		printf("Warning: Adjusting core voltage failed.\n");
 
+#ifdef CONFIG_FSL_LS_PPA
+	ppa_init();
+#endif
+
 	return 0;
 }
 
-- 
2.1.0.27.g96db324



More information about the U-Boot mailing list