mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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 <wg@grandegger.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
e93c1c169d
commit
06e9f7df05
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue