]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: uniphier: rename ddrphy-ld20-regs.h to ddruqphy-regs.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 27 Oct 2016 14:47:03 +0000 (23:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Oct 2016 08:24:30 +0000 (17:24 +0900)
This PHY might be used for other SoCs in the future.
Avoid including the SoC name in the header name.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/dram/ddruqphy-regs.h [moved from arch/arm/mach-uniphier/dram/ddrphy-ld20-regs.h with 97% similarity]
arch/arm/mach-uniphier/dram/umc-ld20.c

similarity index 97%
rename from arch/arm/mach-uniphier/dram/ddrphy-ld20-regs.h
rename to arch/arm/mach-uniphier/dram/ddruqphy-regs.h
index 268ba7f47e5cc7dbd8511c810e5a4b5220753098..e496af5ba846d1321940514296a8274436ad3352 100644 (file)
@@ -4,8 +4,8 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#ifndef _DDRPHY_LD20_REGS_H
-#define _DDRPHY_LD20_REGS_H
+#ifndef _DDRUQPHY_REGS_H
+#define _DDRUQPHY_REGS_H
 
 #include <linux/bitops.h>
 
@@ -76,4 +76,4 @@
 #define PHY_VREF_TRAINING              (0x72 << (PHY_REG_SHIFT))
 #define PHY_SCL_GATE_TIMING            (0x78 << (PHY_REG_SHIFT))
 
-#endif /* _DDRPHY_LD20_REGS_H */
+#endif /* _DDRUQPHY_REGS_H */
index ea933fec5a184bd9a42a3e25ad83ac54ef3bc3fb..b8c0f59e171368ae40abb0269713063158172729 100644 (file)
@@ -14,7 +14,7 @@
 #include <asm/processor.h>
 
 #include "../init.h"
-#include "ddrphy-ld20-regs.h"
+#include "ddruqphy-regs.h"
 #include "umc64-regs.h"
 
 #define DRAM_CH_NR     3