mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 01:21:01 +07:00
[PATCH] ARM: 2641/1: Adds S3C2400_SPPIN_nCS to arch-s3c2410/regs-spi.h
Patch from Lucas Correia Villa Real Adds a define to the SPI Card Select bit on the S3C2400 into include/asm-arm/arch-s3c2410/regs-spi.h Signed-off-by: Lucas Correia Villa Real Signed-off-by: Russell King
This commit is contained in:
parent
a334242136
commit
b7ebcc108a
@ -12,6 +12,7 @@
|
|||||||
* 20-04-2004 KF Created file
|
* 20-04-2004 KF Created file
|
||||||
* 04-10-2004 BJD Removed VA address (no longer mapped)
|
* 04-10-2004 BJD Removed VA address (no longer mapped)
|
||||||
* tidied file for submission
|
* tidied file for submission
|
||||||
|
* 03-04-2005 LCVR Added S3C2400_SPPIN_nCS definition
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ASM_ARCH_REGS_SPI_H
|
#ifndef __ASM_ARCH_REGS_SPI_H
|
||||||
@ -46,6 +47,7 @@
|
|||||||
|
|
||||||
#define S3C2410_SPPIN_ENMUL (1<<2) /* Multi Master Error detect */
|
#define S3C2410_SPPIN_ENMUL (1<<2) /* Multi Master Error detect */
|
||||||
#define S3C2410_SPPIN_RESERVED (1<<1)
|
#define S3C2410_SPPIN_RESERVED (1<<1)
|
||||||
|
#define S3C2400_SPPIN_nCS (1<<1) /* SPI Card Select */
|
||||||
#define S3C2410_SPPIN_KEEP (1<<0) /* Master Out keep */
|
#define S3C2410_SPPIN_KEEP (1<<0) /* Master Out keep */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user