diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-30 20:17:02 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-01 00:59:47 +0900 |
commit | 5b660066464e3270e5b9c236bf15829df868176c (patch) | |
tree | 08a9af0114bba334d99743aa8711ef1e98ab7e8b /arch/arm/mach-uniphier/dram/ddrphy-ld4.c | |
parent | a75ecfc2a637d581bc6ab21676f73e8eee1b13d2 (diff) | |
download | u-boot-imx-5b660066464e3270e5b9c236bf15829df868176c.zip u-boot-imx-5b660066464e3270e5b9c236bf15829df868176c.tar.gz u-boot-imx-5b660066464e3270e5b9c236bf15829df868176c.tar.bz2 |
ARM: uniphier: rename function names ph1_* to uniphier_*
Eliminate the "ph1"_ prefixes from function names because "uniphier_"
describes the SoC familiy better.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/dram/ddrphy-ld4.c')
-rw-r--r-- | arch/arm/mach-uniphier/dram/ddrphy-ld4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/dram/ddrphy-ld4.c b/arch/arm/mach-uniphier/dram/ddrphy-ld4.c index eb9bf24..c9e164f 100644 --- a/arch/arm/mach-uniphier/dram/ddrphy-ld4.c +++ b/arch/arm/mach-uniphier/dram/ddrphy-ld4.c @@ -27,7 +27,8 @@ static u32 ddrphy_dtpr2[DRAM_FREQ_NR] = {0x5002c200, 0xa00214f8}; static u32 ddrphy_mr0[DRAM_FREQ_NR] = {0x00000b51, 0x00000d71}; static u32 ddrphy_mr2[DRAM_FREQ_NR] = {0x00000290, 0x00000298}; -int ph1_ld4_ddrphy_init(struct ddrphy __iomem *phy, int freq, bool ddr3plus) +int uniphier_ld4_ddrphy_init(struct ddrphy __iomem *phy, int freq, + bool ddr3plus) { enum dram_freq freq_e; u32 tmp; |