[U-Boot] [PATCH v3 3/6] davinci: omapl138_lcdk: configure pll0

Fabien Parent fparent at baylibre.com
Tue Nov 29 14:23:38 CET 2016


The SPL is not able to boot properly because the PLL0 is not
configured. Configure it.

Signed-off-by: Fabien Parent <fparent at baylibre.com>
---

v2 -> v3
	* Use new Kconfig option SYS_DA850_PLL_INIT instead of defining it in
	the config header file

v1 -> v2
	* New patch

---
 arch/arm/mach-davinci/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index cf4ee16..067b6c3 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -22,6 +22,7 @@ config TARGET_EA20
 config TARGET_OMAPL138_LCDK
 	bool "OMAPL138 LCDK"
 	select SUPPORT_SPL
+	select SYS_DA850_PLL_INIT
 
 config TARGET_CALIMAIN
 	bool "Calimain board"
-- 
2.10.2



More information about the U-Boot mailing list