ARM: at91/PMC: sama5d3 family doesn't have a PLLB
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 24 Jun 2013 08:20:55 +0000 (10:20 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 26 Jun 2013 13:22:15 +0000 (15:22 +0200)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
arch/arm/mach-at91/clock.c

index da84188..085a79d 100644 (file)
@@ -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() \