summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-11-29 13:23:38 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 18:21:13 (GMT)
commitcd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c (patch)
tree4732178c8bfbcc6684316e39f55d4fa7192f9841 /arch/arm/mach-davinci
parentb31bf37a38a6cc4a0b358563d2b04680f198d3b9 (diff)
downloadu-boot-fsl-qoriq-cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c.tar.xz
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 <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r--arch/arm/mach-davinci/Kconfig1
1 files changed, 1 insertions, 0 deletions
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"