summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/soc_info.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-17 17:47:45 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-23 00:08:48 +0900
commit6f45a9755ee5809b4d65f3b00d505d7ef412e3b1 (patch)
tree17c09b165490335f79912373de20f43cf473a55f /arch/arm/mach-uniphier/soc_info.c
parent69947007125df5a782a6195dfa6c981246d72af2 (diff)
downloadtalos-obmc-uboot-6f45a9755ee5809b4d65f3b00d505d7ef412e3b1.tar.gz
talos-obmc-uboot-6f45a9755ee5809b4d65f3b00d505d7ef412e3b1.zip
ARM: uniphier: add macros and revision IDs for sLD11 and LD10
These are new SoCs from Socionext Inc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/soc_info.c')
-rw-r--r--arch/arm/mach-uniphier/soc_info.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/soc_info.c b/arch/arm/mach-uniphier/soc_info.c
index a4010eb3f7..6cdeae6578 100644
--- a/arch/arm/mach-uniphier/soc_info.c
+++ b/arch/arm/mach-uniphier/soc_info.c
@@ -51,6 +51,16 @@ enum uniphier_soc_id uniphier_get_soc_type(void)
ret = SOC_UNIPHIER_PH1_LD6B;
break;
#endif
+#ifdef CONFIG_ARCH_UNIPHIER_PH1_SLD11
+ case 0x31:
+ ret = SOC_UNIPHIER_PH1_SLD11;
+ break;
+#endif
+#ifdef CONFIG_ARCH_UNIPHIER_PH1_LD10
+ case 0x32:
+ ret = SOC_UNIPHIER_PH1_LD10;
+ break;
+#endif
default:
ret = SOC_UNIPHIER_UNKNOWN;
break;
OpenPOWER on IntegriCloud