ARM: uniphier: rename ddrphy-ld20-regs.h to ddruqphy-regs.h

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>
master
Masahiro Yamada 8 years ago
parent b8909976ed
commit efaa22e426
  1. 6
      arch/arm/mach-uniphier/dram/ddruqphy-regs.h
  2. 2
      arch/arm/mach-uniphier/dram/umc-ld20.c

@ -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 */

@ -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

Loading…
Cancel
Save