From 287700795cdcd77eacaaf7ecec2b09d852dd782f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 13 May 2009 16:41:49 +0200 Subject: pcm038: initialize PLLs in one step We used to initialize the PLLs on PCM038 in two steps. The first was to initialize a basic setup so that all peripheral clocks run at their final speed and the second step was to push the processor to full speed after the PMIC has been initialized for the higher voltage. Do this in one step instead to get an easier setup. Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ca429ca414..873627fbda 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -104,6 +104,9 @@ config MACH_PCM038 select HAS_CFI select ARCH_IMX27 select MACH_HAS_LOWLEVEL_INIT + select SPI + select DRIVER_SPI_IMX + select DRIVER_SPI_MC13783 help Say Y here if you are using Phytec's phyCORE-i.MX27 (pcm038) equipped with a Freescale i.MX27 Processor -- cgit v1.2.3