[PATCH 1/3] ARM: at91/PMC: sama5d3 family doesn't have a PLLB
Ludovic Desroches
ludovic.desroches at atmel.com
Mon Jun 24 05:24:21 EDT 2013
On Mon, Jun 24, 2013 at 11:08:45AM +0200, Nicolas Ferre wrote:
> Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches at atmel.com>
> ---
> arch/arm/mach-at91/clock.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
> index da84188..085a79d 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() \
> --
> 1.8.2.2
>
More information about the linux-arm-kernel
mailing list