mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Merge branch 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/drivers
* 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs' soc: ti: omap-prm: fix return value check in omap_prm_probe() soc: ti: omap-prm: add omap5 PRM data soc: ti: omap-prm: add am4 PRM data soc: ti: omap-prm: add dra7 PRM data soc: ti: omap-prm: add data for am33xx soc: ti: omap-prm: add omap4 PRM data soc: ti: omap-prm: add support for denying idle for reset clockdomain soc: ti: omap-prm: poll for reset complete during de-assert soc: ti: add initial PRM driver with reset control support dt-bindings: omap: add new binding for PRM instances Link: https://lore.kernel.org/r/1572372856-20598-1-git-send-email-santosh.shilimkar@oracle.com Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
@@ -1613,7 +1613,7 @@ static void emif_shutdown(struct platform_device *pdev)
|
||||
static int get_emif_reg_values(struct emif_data *emif, u32 freq,
|
||||
struct emif_regs *regs)
|
||||
{
|
||||
u32 cs1_used, ip_rev, phy_type;
|
||||
u32 ip_rev, phy_type;
|
||||
u32 cl, type;
|
||||
const struct lpddr2_timings *timings;
|
||||
const struct lpddr2_min_tck *min_tck;
|
||||
@@ -1621,7 +1621,6 @@ static int get_emif_reg_values(struct emif_data *emif, u32 freq,
|
||||
const struct lpddr2_addressing *addressing;
|
||||
struct emif_data *emif_for_calc;
|
||||
struct device *dev;
|
||||
const struct emif_custom_configs *custom_configs;
|
||||
|
||||
dev = emif->dev;
|
||||
/*
|
||||
@@ -1639,12 +1638,10 @@ static int get_emif_reg_values(struct emif_data *emif, u32 freq,
|
||||
|
||||
device_info = emif_for_calc->plat_data->device_info;
|
||||
type = device_info->type;
|
||||
cs1_used = device_info->cs1_used;
|
||||
ip_rev = emif_for_calc->plat_data->ip_rev;
|
||||
phy_type = emif_for_calc->plat_data->phy_type;
|
||||
|
||||
min_tck = emif_for_calc->plat_data->min_tck;
|
||||
custom_configs = emif_for_calc->plat_data->custom_configs;
|
||||
|
||||
set_ddr_clk_period(freq);
|
||||
|
||||
|
Reference in New Issue
Block a user