summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/sbc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-10 07:08:49 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-11 08:58:06 (GMT)
commite8a9293295a1a54f6e43970bed2d3bfd124be02c (patch)
treefa423647048b25852bd68aa66175b2d7f879df9a /arch/arm/mach-uniphier/sbc
parentee9bc77f3abe316126c2413c77dddac2401214a8 (diff)
downloadu-boot-fsl-qoriq-e8a9293295a1a54f6e43970bed2d3bfd124be02c.tar.xz
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 'arch/arm/mach-uniphier/sbc')
-rw-r--r--arch/arm/mach-uniphier/sbc/sbc-regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-uniphier/sbc/sbc-regs.h b/arch/arm/mach-uniphier/sbc/sbc-regs.h
index a5dca74..673fb75 100644
--- a/arch/arm/mach-uniphier/sbc/sbc-regs.h
+++ b/arch/arm/mach-uniphier/sbc/sbc-regs.h
@@ -1,7 +1,8 @@
/*
* UniPhier SBC (System Bus Controller) registers
*
- * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2011-2014 Panasonic Corporation
+ * Copyright (C) 2015-2016 Socionext Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -75,7 +76,6 @@
#define SBCTRL74 (SBCTRL_BASE + 0x170)
#define PC0CTRL 0x598000c0
-#define ROM_BOOT_ROMRSV2 0x59801208
#ifndef __ASSEMBLY__
#include <linux/io.h>