mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
ARM: AM43xx: Add the PRM IRQ register offsets
Add the PRM IRQ register offsets. This is needed to support PRM I/O wakeup on AM43xx. Signed-off-by: Keerthy <j-keerthy@ti.com> [paul@pwsan.com: improved patch description, moved the PRM_IO_PMCTRL macro out of the CM section] Reviewed-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
parent
fac03f12f8
commit
39db67a5ff
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
||||||
#define AM43XX_PRM_WKUP_INST 0x2000
|
#define AM43XX_PRM_WKUP_INST 0x2000
|
||||||
#define AM43XX_PRM_DEVICE_INST 0x4000
|
#define AM43XX_PRM_DEVICE_INST 0x4000
|
||||||
|
|
||||||
|
/* PRM_IRQ offsets */
|
||||||
|
#define AM43XX_PRM_IRQSTATUS_MPU_OFFSET 0x0004
|
||||||
|
#define AM43XX_PRM_IRQENABLE_MPU_OFFSET 0x0008
|
||||||
|
|
||||||
|
/* Other PRM offsets */
|
||||||
|
#define AM43XX_PRM_IO_PMCTRL_OFFSET 0x0024
|
||||||
|
|
||||||
/* RM RSTCTRL offsets */
|
/* RM RSTCTRL offsets */
|
||||||
#define AM43XX_RM_PER_RSTCTRL_OFFSET 0x0010
|
#define AM43XX_RM_PER_RSTCTRL_OFFSET 0x0010
|
||||||
#define AM43XX_RM_GFX_RSTCTRL_OFFSET 0x0010
|
#define AM43XX_RM_GFX_RSTCTRL_OFFSET 0x0010
|
||||||
|
|
Loading…
Add table
Reference in a new issue