summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/soc_info.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-26 18:59:43 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:16 +0900
commit2247c332db395ef87a0e2f6ed16a9de6959fe204 (patch)
treefd1deace4ff2870e18596d8f3d02817be0bb469c /arch/arm/mach-uniphier/soc_info.c
parent5fb87a1632fbc7b5079b1497aff41de20647c759 (diff)
downloadtalos-obmc-uboot-2247c332db395ef87a0e2f6ed16a9de6959fe204.tar.gz
talos-obmc-uboot-2247c332db395ef87a0e2f6ed16a9de6959fe204.zip
ARM: uniphier: rename PH1-LD10/PH1-sLD11 to PH1-LD20/PH1-LD11
Due to the company's awful projecting, PH1-LD10 and PH1-sLD11 have been renamed to PH1-LD20 and PH1-LD11, respectively. 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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-uniphier/soc_info.c b/arch/arm/mach-uniphier/soc_info.c
index fd799ca39a..3cfc183723 100644
--- a/arch/arm/mach-uniphier/soc_info.c
+++ b/arch/arm/mach-uniphier/soc_info.c
@@ -52,14 +52,14 @@ enum uniphier_soc_id uniphier_get_soc_type(void)
ret = SOC_UNIPHIER_PH1_LD6B;
break;
#endif
-#ifdef CONFIG_ARCH_UNIPHIER_PH1_SLD11
+#ifdef CONFIG_ARCH_UNIPHIER_PH1_LD11
case 0x31:
- ret = SOC_UNIPHIER_PH1_SLD11;
+ ret = SOC_UNIPHIER_PH1_LD11;
break;
#endif
-#ifdef CONFIG_ARCH_UNIPHIER_PH1_LD10
+#ifdef CONFIG_ARCH_UNIPHIER_PH1_LD20
case 0x32:
- ret = SOC_UNIPHIER_PH1_LD10;
+ ret = SOC_UNIPHIER_PH1_LD20;
break;
#endif
default:
OpenPOWER on IntegriCloud