summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-10 16:08:49 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-11 17:58:06 +0900
commite8a9293295a1a54f6e43970bed2d3bfd124be02c (patch)
treefa423647048b25852bd68aa66175b2d7f879df9a /include
parentee9bc77f3abe316126c2413c77dddac2401214a8 (diff)
downloadu-boot-imx-e8a9293295a1a54f6e43970bed2d3bfd124be02c.zip
u-boot-imx-e8a9293295a1a54f6e43970bed2d3bfd124be02c.tar.gz
u-boot-imx-e8a9293295a1a54f6e43970bed2d3bfd124be02c.tar.bz2
ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs
Currently, only the CPU_ON function is supported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 9ee125f..950c535 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2012-2015 Panasonic Corporation
+ * Copyright (C) 2015-2016 Socionext Inc.
+ * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -9,6 +11,9 @@
#ifndef __CONFIG_UNIPHIER_COMMON_H__
#define __CONFIG_UNIPHIER_COMMON_H__
+#define CONFIG_ARMV7_PSCI
+#define CONFIG_ARMV7_PSCI_NR_CPUS 4
+
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
#define CONFIG_SMC911X