From: Fabien Parent Date: Tue, 29 Nov 2016 13:23:38 +0000 (+0100) Subject: davinci: omapl138_lcdk: configure pll0 X-Git-Tag: v2017.01-rc1~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c;p=u-boot davinci: omapl138_lcdk: configure pll0 The SPL is not able to boot properly because the PLL0 is not configured. Configure it. Signed-off-by: Fabien Parent Reviewed-by: Tom Rini --- diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index cf4ee166a5..067b6c386b 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"