[PATCH 5/5] [RFC PATCH] Support for AT572D940HF-EK [RFC PATCH]

From: Antonio R. Costa
Date: Tue Nov 25 2008 - 10:24:34 EST


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@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/