aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2013-06-24 10:20:55 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-06-26 15:22:15 +0200
commited4a2af5fcfe0d324aaceffdaa9ea2f08f7ef2c6 (patch)
tree87799c1f3d80fd35a76b0cf95a70799c55447a9d
parentARM: at91: cpuidle: Fix target_residency (diff)
downloadlinux-dev-ed4a2af5fcfe0d324aaceffdaa9ea2f08f7ef2c6.tar.xz
linux-dev-ed4a2af5fcfe0d324aaceffdaa9ea2f08f7ef2c6.zip
ARM: at91/PMC: sama5d3 family doesn't have a PLLB
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
-rw-r--r--arch/arm/mach-at91/clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
index da841885d01c..085a79dfaf76 100644
--- a/arch/arm/mach-at91/clock.c
+++ b/arch/arm/mach-at91/clock.c
@@ -75,7 +75,8 @@ EXPORT_SYMBOL_GPL(at91_pmc_base);
#define cpu_has_pllb() (!(cpu_is_at91sam9rl() \
|| cpu_is_at91sam9g45() \
|| cpu_is_at91sam9x5() \
- || cpu_is_at91sam9n12()))
+ || cpu_is_at91sam9n12() \
+ || cpu_is_sama5d3()))
#define cpu_has_upll() (cpu_is_at91sam9g45() \
|| cpu_is_at91sam9x5() \