diff options
| author | Fabien Parent <[email protected]> | 2016-11-29 14:23:38 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-12-03 13:21:13 -0500 |
| commit | cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c (patch) | |
| tree | 4732178c8bfbcc6684316e39f55d4fa7192f9841 | |
| parent | b31bf37a38a6cc4a0b358563d2b04680f198d3b9 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/mach-davinci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index cf4ee166a53..067b6c386b0 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" |
