summaryrefslogtreecommitdiff
path: root/drivers/ram/rockchip/dmc-rk3368.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ram/rockchip/dmc-rk3368.c')
-rw-r--r--drivers/ram/rockchip/dmc-rk3368.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ram/rockchip/dmc-rk3368.c b/drivers/ram/rockchip/dmc-rk3368.c
index 42114a5aa91..ab087275fe2 100644
--- a/drivers/ram/rockchip/dmc-rk3368.c
+++ b/drivers/ram/rockchip/dmc-rk3368.c
@@ -138,7 +138,6 @@ enum {
#define DDR3_MR2_TWL(n) \
(((n - 5) & 0x7) << 3)
-
#ifdef CONFIG_TPL_BUILD
static void ddr_set_noc_spr_err_stall(struct rk3368_grf *grf, bool enable)
@@ -524,7 +523,6 @@ static int pctl_calc_timings(struct rk3368_sdram_params *params,
pctl_timing->tckesr = pctl_timing->tcke + 1; /* JESD-79: tCKE + 1tCK */
pctl_timing->tdpd = 0; /* RK3368 TRM: "allowed values for DDR3: 0" */
-
/*
* The controller can represent tFAW as 4x, 5x or 6x tRRD only.
* We want to use the smallest multiplier that satisfies the tFAW
@@ -987,7 +985,6 @@ static struct ram_ops rk3368_dmc_ops = {
.get_info = rk3368_dmc_get_info,
};
-
static const struct udevice_id rk3368_dmc_ids[] = {
{ .compatible = "rockchip,rk3368-dmc" },
{ }