diff options
Diffstat (limited to 'arch/arm/mach-omap2/control.h')
-rw-r--r-- | arch/arm/mach-omap2/control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h index ec98dd716217..6e5f7e512ff7 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h | |||
@@ -274,6 +274,8 @@ | |||
274 | #define OMAP343X_SCRATCHPAD_ROM (OMAP343X_CTRL_BASE + 0x860) | 274 | #define OMAP343X_SCRATCHPAD_ROM (OMAP343X_CTRL_BASE + 0x860) |
275 | #define OMAP343X_SCRATCHPAD (OMAP343X_CTRL_BASE + 0x910) | 275 | #define OMAP343X_SCRATCHPAD (OMAP343X_CTRL_BASE + 0x910) |
276 | #define OMAP343X_SCRATCHPAD_ROM_OFFSET 0x19C | 276 | #define OMAP343X_SCRATCHPAD_ROM_OFFSET 0x19C |
277 | #define OMAP343X_SCRATCHPAD_REGADDR(reg) OMAP2_L4_IO_ADDRESS(\ | ||
278 | OMAP343X_SCRATCHPAD + reg) | ||
277 | 279 | ||
278 | /* AM35XX_CONTROL_IPSS_CLK_CTRL bits */ | 280 | /* AM35XX_CONTROL_IPSS_CLK_CTRL bits */ |
279 | #define AM35XX_USBOTG_VBUSP_CLK_SHIFT 0 | 281 | #define AM35XX_USBOTG_VBUSP_CLK_SHIFT 0 |