| .. | .. |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * Low level suspend code for AM33XX SoCs |
|---|
| 4 | 4 | * |
|---|
| 5 | | - * Copyright (C) 2012-2018 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 5 | + * Copyright (C) 2012-2018 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 6 | 6 | * Dave Gerlach, Vaibhav Bedia |
|---|
| 7 | 7 | */ |
|---|
| 8 | 8 | |
|---|
| 9 | | -#include <generated/ti-pm-asm-offsets.h> |
|---|
| 10 | 9 | #include <linux/linkage.h> |
|---|
| 11 | 10 | #include <linux/platform_data/pm33xx.h> |
|---|
| 12 | 11 | #include <linux/ti-emif-sram.h> |
|---|
| .. | .. |
|---|
| 15 | 14 | |
|---|
| 16 | 15 | #include "iomap.h" |
|---|
| 17 | 16 | #include "cm33xx.h" |
|---|
| 17 | +#include "pm-asm-offsets.h" |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | #define AM33XX_CM_CLKCTRL_MODULESTATE_DISABLED 0x00030000 |
|---|
| 20 | 20 | #define AM33XX_CM_CLKCTRL_MODULEMODE_DISABLE 0x0003 |
|---|
| .. | .. |
|---|
| 24 | 24 | #define BIT(nr) (1 << (nr)) |
|---|
| 25 | 25 | |
|---|
| 26 | 26 | .arm |
|---|
| 27 | + .arch armv7-a |
|---|
| 27 | 28 | .align 3 |
|---|
| 28 | 29 | |
|---|
| 29 | 30 | ENTRY(am33xx_do_wfi) |
|---|