summaryrefslogtreecommitdiff
path: root/drivers/ram/rockchip/sdram_rk3288.c
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-11-15 06:04:32 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 11:23:56 +0300
commit2a2f0b177c94457d25cded1bd1cbfd5835a7d032 (patch)
tree64b17e28166eec07050c61d8d9ad6c920dd3e91e /drivers/ram/rockchip/sdram_rk3288.c
parent3ff1ff3ff76c15efe0451309af084ee6c096c583 (diff)
downloadu-boot-2a2f0b177c94457d25cded1bd1cbfd5835a7d032.tar.xz
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/rockchip/sdram_rk3288.c')
-rw-r--r--drivers/ram/rockchip/sdram_rk3288.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/sdram_rk3288.c b/drivers/ram/rockchip/sdram_rk3288.c
index 5775254007..3b6c4a050d 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>