diff mbox

[v3,3/6] davinci: omapl138_lcdk: configure pll0

Message ID 20161129132341.18254-4-fparent@baylibre.com
State Accepted
Commit cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c
Headers show

Commit Message

Fabien Parent Nov. 29, 2016, 1:23 p.m. UTC
The SPL is not able to boot properly because the PLL0 is not
configured. Configure it.

Signed-off-by: Fabien Parent <fparent@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(+)

-- 
2.10.2

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Tom Rini Nov. 29, 2016, 6:06 p.m. UTC | #1
On Tue, Nov 29, 2016 at 02:23:38PM +0100, Fabien Parent wrote:

> The SPL is not able to boot properly because the PLL0 is not

> configured. Configure it.

> 

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


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom Rini Dec. 4, 2016, 12:54 a.m. UTC | #2
On Tue, Nov 29, 2016 at 02:23:38PM +0100, Fabien Parent wrote:

> The SPL is not able to boot properly because the PLL0 is not

> configured. Configure it.

> 

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

> Reviewed-by: Tom Rini <trini@konsulko.com>


Applied to u-boot/master, thanks!

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

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"