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>
This commit is contained in:
Masahiro Yamada 2016-10-27 23:47:03 +09:00
parent b8909976ed
commit efaa22e426
2 changed files with 4 additions and 4 deletions

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

View 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