[ARM] pxa: add PWM devices support for pxa168/910
Signed-off-by: Mingwei Wang <mingwei.wang@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
@@ -22,8 +22,10 @@
|
||||
#define APBC_PXA168_UART1 APBC_REG(0x000)
|
||||
#define APBC_PXA168_UART2 APBC_REG(0x004)
|
||||
#define APBC_PXA168_GPIO APBC_REG(0x008)
|
||||
#define APBC_PXA168_PWM0 APBC_REG(0x00c)
|
||||
#define APBC_PXA168_PWM1 APBC_REG(0x010)
|
||||
#define APBC_PXA168_PWM1 APBC_REG(0x00c)
|
||||
#define APBC_PXA168_PWM2 APBC_REG(0x010)
|
||||
#define APBC_PXA168_PWM3 APBC_REG(0x014)
|
||||
#define APBC_PXA168_PWM4 APBC_REG(0x018)
|
||||
#define APBC_PXA168_SSP1 APBC_REG(0x01c)
|
||||
#define APBC_PXA168_SSP2 APBC_REG(0x020)
|
||||
#define APBC_PXA168_RTC APBC_REG(0x028)
|
||||
@@ -48,10 +50,10 @@
|
||||
#define APBC_PXA910_UART0 APBC_REG(0x000)
|
||||
#define APBC_PXA910_UART1 APBC_REG(0x004)
|
||||
#define APBC_PXA910_GPIO APBC_REG(0x008)
|
||||
#define APBC_PXA910_PWM0 APBC_REG(0x00c)
|
||||
#define APBC_PXA910_PWM1 APBC_REG(0x010)
|
||||
#define APBC_PXA910_PWM2 APBC_REG(0x014)
|
||||
#define APBC_PXA910_PWM3 APBC_REG(0x018)
|
||||
#define APBC_PXA910_PWM1 APBC_REG(0x00c)
|
||||
#define APBC_PXA910_PWM2 APBC_REG(0x010)
|
||||
#define APBC_PXA910_PWM3 APBC_REG(0x014)
|
||||
#define APBC_PXA910_PWM4 APBC_REG(0x018)
|
||||
#define APBC_PXA910_SSP1 APBC_REG(0x01c)
|
||||
#define APBC_PXA910_SSP2 APBC_REG(0x020)
|
||||
#define APBC_PXA910_IPC APBC_REG(0x024)
|
||||
|
Reference in New Issue
Block a user