diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-11-15 11:04:32 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-17 16:23:56 +0800 |
commit | 2a2f0b177c94457d25cded1bd1cbfd5835a7d032 (patch) | |
tree | 64b17e28166eec07050c61d8d9ad6c920dd3e91e /drivers/ram | |
parent | 3ff1ff3ff76c15efe0451309af084ee6c096c583 (diff) |
ram: rockchip: rename sdram.h to sdram_rk3288.h
The header file sdram.h is used for rk3288 and similar SoCs, rename it
to make it more understandable.
Signed-off-by: YouMin Chen <cym@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/ram')
-rw-r--r-- | drivers/ram/rockchip/dmc-rk3368.c | 2 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3188.c | 2 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3288.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ram/rockchip/dmc-rk3368.c b/drivers/ram/rockchip/dmc-rk3368.c index e52fc3baad9..16d170adf8c 100644 --- a/drivers/ram/rockchip/dmc-rk3368.c +++ b/drivers/ram/rockchip/dmc-rk3368.c @@ -16,7 +16,7 @@ #include <asm/arch-rockchip/cru_rk3368.h> #include <asm/arch-rockchip/grf_rk3368.h> #include <asm/arch-rockchip/ddr_rk3368.h> -#include <asm/arch-rockchip/sdram.h> +#include <asm/arch-rockchip/sdram_rk3288.h> #include <asm/arch-rockchip/sdram_common.h> struct dram_info { diff --git a/drivers/ram/rockchip/sdram_rk3188.c b/drivers/ram/rockchip/sdram_rk3188.c index 00e52ec949e..03e34331e12 100644 --- a/drivers/ram/rockchip/sdram_rk3188.c +++ b/drivers/ram/rockchip/sdram_rk3188.c @@ -20,7 +20,7 @@ #include <asm/arch-rockchip/ddr_rk3188.h> #include <asm/arch-rockchip/grf_rk3188.h> #include <asm/arch-rockchip/pmu_rk3188.h> -#include <asm/arch-rockchip/sdram.h> +#include <asm/arch-rockchip/sdram_rk3288.h> #include <asm/arch-rockchip/sdram_common.h> #include <linux/err.h> diff --git a/drivers/ram/rockchip/sdram_rk3288.c b/drivers/ram/rockchip/sdram_rk3288.c index 57752540073..3b6c4a050d0 100644 --- a/drivers/ram/rockchip/sdram_rk3288.c +++ b/drivers/ram/rockchip/sdram_rk3288.c @@ -20,7 +20,7 @@ #include <asm/arch-rockchip/ddr_rk3288.h> #include <asm/arch-rockchip/grf_rk3288.h> #include <asm/arch-rockchip/pmu_rk3288.h> -#include <asm/arch-rockchip/sdram.h> +#include <asm/arch-rockchip/sdram_rk3288.h> #include <asm/arch-rockchip/sdram_common.h> #include <linux/err.h> #include <power/regulator.h> |