From 06e9f7df054d26d7f49c56bf9a6844b193ad6313 Mon Sep 17 00:00:00 2001 From: Wolfgang Grandegger Date: Wed, 11 Feb 2009 18:38:22 +0100 Subject: Add support for TQM-specific chip select logic to FSL-UPM For the NAND chips on the TQM8548 modules, a special chip-select logic is used. It uses dedicated address lines to be set via UPM machine address register (mar). This patch adds such support to the FSL-UPM driver. Signed-off-by: Wolfgang Grandegger Signed-off-by: Scott Wood --- include/linux/mtd/fsl_upm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/mtd/fsl_upm.h b/include/linux/mtd/fsl_upm.h index ada11c1a0..10f5ddd87 100644 --- a/include/linux/mtd/fsl_upm.h +++ b/include/linux/mtd/fsl_upm.h @@ -28,6 +28,7 @@ struct fsl_upm_nand { int width; int upm_cmd_offset; int upm_addr_offset; + int upm_mar_chip_offset; int wait_pattern; int (*dev_ready)(int chip_nr); int chip_delay; -- cgit v1.2.3