]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-at91/pm.h
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / arm / mach-at91 / pm.h
index fc0f7d048187b68a7e2e504fb143f1d6046ddca6..f95d31496f08f496242798b7d26911b1098ef363 100644 (file)
@@ -22,6 +22,7 @@
 #define AT91_MEMCTRL_DDRSDR    2
 
 #define        AT91_PM_SLOW_CLOCK      0x01
+#define        AT91_PM_BACKUP          0x02
 
 #ifndef __ASSEMBLY__
 struct at91_pm_data {
@@ -30,6 +31,10 @@ struct at91_pm_data {
        unsigned long uhp_udp_mask;
        unsigned int memctrl;
        unsigned int mode;
+       void __iomem *shdwc;
+       void __iomem *sfrbu;
+       unsigned int standby_mode;
+       unsigned int suspend_mode;
 };
 #endif