diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2009-02-23 22:40:01 +0000 |
---|---|---|
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) | |
download | talos-obmc-linux-75bb6b9aab3255f440ef4e72a31978d1681105d6.tar.gz talos-obmc-linux-75bb6b9aab3255f440ef4e72a31978d1681105d6.zip |
[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 { struct fpga_devices { /* Technologic Systems */ struct fpga_device ts_rtc; + struct fpga_device ts_nand; }; struct ts78xx_fpga_data { |