diff options
author | Claudiu Beznea <[email protected]> | 2020-01-20 14:10:04 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2020-02-18 21:47:54 +0100 |
commit | 0be298a939b748256035f66716fca409dd26d0dc (patch) | |
tree | fbcfd9f1f732ce6c86b1a655618653c10ddc42d2 /arch/arm/mach-at91/pm.h | |
parent | 63d1a6b107d503c7bb6021bcc5ff86568ada91c9 (diff) |
ARM: at91: pm: add pmc_version member to at91_pm_data
This will be used to differentiate b/w different PLLs settings to be
applied in the final/first steps of the suspend/resume process by doing
PLL specific configurations.
Signed-off-by: Claudiu Beznea <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/arm/mach-at91/pm.h')
-rw-r--r-- | arch/arm/mach-at91/pm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/pm.h b/arch/arm/mach-at91/pm.h index 6f7f4236865a..218e8d1a30fb 100644 --- a/arch/arm/mach-at91/pm.h +++ b/arch/arm/mach-at91/pm.h @@ -34,6 +34,7 @@ struct at91_pm_data { unsigned int standby_mode; unsigned int suspend_mode; unsigned int pmc_mckr_offset; + unsigned int pmc_version; }; #endif |