From: Russell King Date: Wed, 31 Aug 2016 07:49:48 +0000 (+0100) Subject: ARM: sa1100/shannon: convert to generic CF sockets X-Git-Tag: v4.17-rc1~74^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b51af86559d4b5c831abbec545c76f721a8d8237;p=users%2Fhch%2Fmisc.git ARM: sa1100/shannon: convert to generic CF sockets Convert shannon to use the generic CF socket support. Signed-off-by: Russell King --- diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index 5ca5847d89cc..fde7ef1ab192 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig @@ -139,6 +139,8 @@ config SA1100_PLEB config SA1100_SHANNON bool "Shannon" select ARM_SA1100_CPUFREQ + select REGULATOR + select REGULATOR_FIXED_VOLTAGE help The Shannon (also known as a Tuxscreen, and also as a IS2630) was a limited edition webphone produced by Philips. The Shannon is a SA1100 diff --git a/arch/arm/mach-sa1100/shannon.c b/arch/arm/mach-sa1100/shannon.c index 856664c783d9..22f7fe0b809f 100644 --- a/arch/arm/mach-sa1100/shannon.c +++ b/arch/arm/mach-sa1100/shannon.c @@ -5,11 +5,14 @@ #include #include +#include #include #include #include #include #include +#include +#include #include