summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/dram
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-09 01:51:15 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-13 01:54:57 +0900
commit93d92d46cd01fa1a885b9bff4c43e380dcbd0de4 (patch)
tree954d7e4a679e1abdcbef6d20c8f9f725117cae16 /arch/arm/mach-uniphier/dram
parent15607d0d94d5ca124ab3960444fc9efc10c0138c (diff)
downloadtalos-obmc-uboot-93d92d46cd01fa1a885b9bff4c43e380dcbd0de4.tar.gz
talos-obmc-uboot-93d92d46cd01fa1a885b9bff4c43e380dcbd0de4.zip
ARM: uniphier: add dump command for DDR Multi PHY registers
The ProXstream2/PH1-LD6b is integrated with a new IP for DDR PHY which is not register-compatible with the former SoCs. Add a new command to support the register dump of this IP. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/dram')
-rw-r--r--arch/arm/mach-uniphier/dram/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/dram/Makefile b/arch/arm/mach-uniphier/dram/Makefile
index 4e7f122707..cab7df1653 100644
--- a/arch/arm/mach-uniphier/dram/Makefile
+++ b/arch/arm/mach-uniphier/dram/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_ARCH_UNIPHIER_PROXSTREAM2) += umc-proxstream2.o
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD6B) += umc-proxstream2.o
obj-$(CONFIG_CMD_DDRPHY_DUMP) += cmd_ddrphy.o
+obj-$(CONFIG_CMD_DDRMPHY_DUMP) += cmd_ddrmphy.o
OpenPOWER on IntegriCloud