diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-06-24 10:20:55 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-06-26 15:22:15 +0200 |
commit | ed4a2af5fcfe0d324aaceffdaa9ea2f08f7ef2c6 (patch) | |
tree | 87799c1f3d80fd35a76b0cf95a70799c55447a9d /arch/arm/mach-at91 | |
parent | a008dad702a55b27720760ab0f8a129dde49fb6e (diff) | |
download | linux-ed4a2af5fcfe0d324aaceffdaa9ea2f08f7ef2c6.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/clock.c | 3 |
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() \ |