summaryrefslogtreecommitdiff
path: root/arch/arm/mach-orion5x/ts78xx-fpga.h
diff options
context:
space:
mode:
authorAlexander Clouter <alex@digriz.org.uk>2009-02-23 22:40:01 +0000
committerNicolas Pitre <nico@cam.org>2009-02-25 00:00:47 -0500
commit75bb6b9aab3255f440ef4e72a31978d1681105d6 (patch)
treed9f61bb5b8bc071a98a31cfe1b89c97356c230ff /arch/arm/mach-orion5x/ts78xx-fpga.h
parent673492a800b14a9aac5d9d1af120334b9578a23c (diff)
[ARM] orion5x: ts78xx add NAND support via plat_nand
ts78xx add NAND support via plat_nand Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Nicolas Pitre <nico@cam.org>
Diffstat (limited to 'arch/arm/mach-orion5x/ts78xx-fpga.h')
-rw-r--r--arch/arm/mach-orion5x/ts78xx-fpga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/ts78xx-fpga.h b/arch/arm/mach-orion5x/ts78xx-fpga.h
index 0b8e30faff14..e2c503c7807e 100644
--- a/arch/arm/mach-orion5x/ts78xx-fpga.h
+++ b/arch/arm/mach-orion5x/ts78xx-fpga.h
@@ -17,6 +17,7 @@ struct fpga_device {
struct fpga_devices {
/* Technologic Systems */
struct fpga_device ts_rtc;
+ struct fpga_device ts_nand;
};
struct ts78xx_fpga_data {