diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2009-02-23 17:40:01 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-02-25 00:00:47 -0500 |
commit | 75bb6b9aab3255f440ef4e72a31978d1681105d6 (patch) | |
tree | d9f61bb5b8bc071a98a31cfe1b89c97356c230ff /arch/arm/mach-orion5x/ts78xx-fpga.h | |
parent | 673492a800b14a9aac5d9d1af120334b9578a23c (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.h | 1 |
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 { | |||
17 | struct fpga_devices { | 17 | struct fpga_devices { |
18 | /* Technologic Systems */ | 18 | /* Technologic Systems */ |
19 | struct fpga_device ts_rtc; | 19 | struct fpga_device ts_rtc; |
20 | struct fpga_device ts_nand; | ||
20 | }; | 21 | }; |
21 | 22 | ||
22 | struct ts78xx_fpga_data { | 23 | struct ts78xx_fpga_data { |