aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/sg-regs.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-15 14:26:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-17 21:56:17 +0900
commit81afa9c9a3a9c006a6555e4abf7a75875eb3e926 (patch)
treeb9090c140e11095f67d7d7d5a98287321a647e95 /arch/arm/mach-uniphier/sg-regs.h
parentedee114a8b7ffcbc1bd42ab269a6e69a864ff6a7 (diff)
downloadu-boot-81afa9c9a3a9c006a6555e4abf7a75875eb3e926.zip
u-boot-81afa9c9a3a9c006a6555e4abf7a75875eb3e926.tar.gz
u-boot-81afa9c9a3a9c006a6555e4abf7a75875eb3e926.tar.bz2
ARM: uniphier: add more init code for PXs3
Add the boot device table and reset deassertion for eMMC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/sg-regs.h')
-rw-r--r--arch/arm/mach-uniphier/sg-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/sg-regs.h b/arch/arm/mach-uniphier/sg-regs.h
index dc94084..029da91 100644
--- a/arch/arm/mach-uniphier/sg-regs.h
+++ b/arch/arm/mach-uniphier/sg-regs.h
@@ -70,6 +70,7 @@
/* Pin Monitor */
#define SG_PINMON0 (SG_DBG_BASE | 0x0100)
+#define SG_PINMON2 (SG_DBG_BASE | 0x0108)
#define SG_PINMON0_CLK_MODE_UPLLSRC_MASK (0x3 << 19)
#define SG_PINMON0_CLK_MODE_UPLLSRC_DEFAULT (0x0 << 19)