rt2x00: Align GPIO register definitions with the datasheets.
Ensure that all active GPIO pins are included in the GPIO register definitions, nothing more and nothing less. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo Van Doorn <ivdoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
fac805f8c1
commit
605b55186b
@@ -671,6 +671,13 @@
|
||||
#define GPIOCSR_BIT6 FIELD32(0x00000040)
|
||||
#define GPIOCSR_BIT7 FIELD32(0x00000080)
|
||||
#define GPIOCSR_BIT8 FIELD32(0x00000100)
|
||||
#define GPIOCSR_BIT9 FIELD32(0x00000200)
|
||||
#define GPIOCSR_BIT10 FIELD32(0x00000400)
|
||||
#define GPIOCSR_BIT11 FIELD32(0x00000800)
|
||||
#define GPIOCSR_BIT12 FIELD32(0x00001000)
|
||||
#define GPIOCSR_BIT13 FIELD32(0x00002000)
|
||||
#define GPIOCSR_BIT14 FIELD32(0x00004000)
|
||||
#define GPIOCSR_BIT15 FIELD32(0x00008000)
|
||||
|
||||
/*
|
||||
* BBPPCSR: BBP Pin control register.
|
||||
|
Reference in New Issue
Block a user