Messages in this thread Patch in this message |  | | | From | "Antonio R. Costa" <> | | Subject | [PATCH 5/5] [RFC PATCH] Support for AT572D940HF-EK [RFC PATCH] | | Date | Tue, 25 Nov 2008 16:22:45 +0100 |
| |
AT572D940HF (Diopsis) is an ARM926 + a 40-bits floating point DSP (mAgicV)
Reference for machine type: 1783 Atmel DIOPSIS AT572D940HF EK
This RFC patch starts from v2.6.26 because we needed to test it together with Xenomai 2.4.5.
This patch, if approved, will be rebased to the latest linux kernel.
Shared files in arch/arm and drivers/net
arch/arm/mach-at91/clock.h
Signed-off-by: Antonio R. Costa <costa.antonior@gmail.com> --- arch/arm/mach-at91/clock.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/clock.h b/arch/arm/mach-at91/clock.h index 0212c37..165fbf5 100644 --- a/arch/arm/mach-at91/clock.h +++ b/arch/arm/mach-at91/clock.h @@ -22,7 +22,7 @@ struct clk { struct clk *parent; u32 pmc_mask; void (*mode)(struct clk *, int); -#ifdef ARCH_AT572D940HF +#ifdef CONFIG_ARCH_AT572D940HF unsigned id:3; /* AT572D940HF needs an extra bit */ #else unsigned id:2; /* PCK0..3, or 32k/main/a/b */ -- 1.5.4.3
|  |