Changeset 10ff982 in rtems


Ignore:
Timestamp:
03/08/23 19:01:21 (7 months ago)
Author:
Kinsey Moore <kinsey.moore@…>
Branches:
master
Children:
8eb666f
Parents:
d0dd98c
git-author:
Kinsey Moore <kinsey.moore@…> (03/08/23 19:01:21)
git-committer:
Joel Sherrill <joel@…> (03/15/23 18:29:12)
Message:

bsps/xnandpsu: Allow use of both chip selects

By default, the Xilinx NAND driver does not probe the second chip
select. This alteration allows the second half of chips to be
detected when present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/include/dev/nand/xnandpsu.h

    rd0dd98c r10ff982  
    182182#define XNANDPSU_DEBUG
    183183
     184#ifdef __rtems__
     185#define XNANDPSU_MAX_TARGETS            2U      /**< ce_n0, ce_n1 */
     186#else
    184187#define XNANDPSU_MAX_TARGETS            1U      /**< ce_n0, ce_n1 */
     188#endif
    185189#define XNANDPSU_MAX_PKT_SIZE           0x7FFU  /**< Max packet size */
    186190#define XNANDPSU_MAX_PKT_COUNT          0xFFFU  /**< Max packet count */
Note: See TracChangeset for help on using the changeset viewer.