aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2013-06-24 10:21:40 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-06-26 15:22:51 +0200
commit7319ee0495b7a0c7aee69beb580cd293d5e21ef4 (patch)
treeb09bb20c08f6b4f2d080414750e00c376a329b88
parentARM: at91/PMC: sama5d3 family doesn't have a PLLB (diff)
downloadlinux-dev-7319ee0495b7a0c7aee69beb580cd293d5e21ef4.tar.xz
linux-dev-7319ee0495b7a0c7aee69beb580cd293d5e21ef4.zip
ARM: at91/PMC: at91sam9n12 family has a PLLB
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Bo Shen <voice.shen@atmel.com>
-rw-r--r--arch/arm/mach-at91/clock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
index 085a79dfaf76..978de42e041a 100644
--- a/arch/arm/mach-at91/clock.c
+++ b/arch/arm/mach-at91/clock.c
@@ -75,7 +75,6 @@ EXPORT_SYMBOL_GPL(at91_pmc_base);
#define cpu_has_pllb() (!(cpu_is_at91sam9rl() \
|| cpu_is_at91sam9g45() \
|| cpu_is_at91sam9x5() \
- || cpu_is_at91sam9n12() \
|| cpu_is_sama5d3()))
#define cpu_has_upll() (cpu_is_at91sam9g45() \