mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
drivers: ifc: add define for IFC_CSPRn TE bit
To drive TE pin high is supported IFC configuration that can be used on some designs. Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
0606bf2b7c
commit
bb1828f345
@ -52,6 +52,8 @@
|
||||
/* Machine Select */
|
||||
#define CSPR_MSEL 0x00000006
|
||||
#define CSPR_MSEL_SHIFT 1
|
||||
/* External Transceiver Enable */
|
||||
#define CSPR_TE 0x00000010
|
||||
/* NOR */
|
||||
#define CSPR_MSEL_NOR 0x00000000
|
||||
/* NAND */
|
||||
|
Loading…
Reference in New Issue
Block a user