]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-uniphier/arm32/arm-mpcore.h
ARM: uniphier: support system reset functionality for PSCI
[u-boot] / arch / arm / mach-uniphier / arm32 / arm-mpcore.h
index cf7cd46c10c9ea667cf24ed6cd0d2531790a5deb..1a856641decafc53cd0946d04b32326d60708bb0 100644 (file)
@@ -12,6 +12,9 @@
 
 /* SCU Control Register */
 #define SCU_CTRL               0x00
+#define SCU_ENABLE             (1 << 0)
+#define SCU_STANDBY_ENABLE     (1 << 5)
+
 /* SCU Configuration Register */
 #define SCU_CONF               0x04
 /* SCU CPU Power Status Register */