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:
parent
b8909976ed
commit
efaa22e426
@ -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…
Reference in New Issue
Block a user