Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfe4f8d3 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

Revert "HACK: OMAP: DSS2: clk hack for OMAP2/3"



This reverts commit 9ede365a.

The hack is no longer needed, as the HWMOD data has been fixed.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent e13a138b
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -4441,9 +4441,6 @@ static int dsi_get_clocks(struct platform_device *dsidev)

	dsi->dss_clk = clk;

	if (cpu_is_omap34xx() || cpu_is_omap3630())
		clk = clk_get(&dsidev->dev, "dss2_alwon_fck");
	else
	clk = clk_get(&dsidev->dev, "sys_clk");
	if (IS_ERR(clk)) {
		DSSERR("can't get sys_clk\n");
+0 −5
Original line number Diff line number Diff line
@@ -691,11 +691,6 @@ static void dss_put_clocks(void)
	clk_put(dss.dss_clk);
}

struct clk *dss_get_ick(void)
{
	return clk_get(&dss.pdev->dev, "ick");
}

int dss_runtime_get(void)
{
	int r;
+0 −2
Original line number Diff line number Diff line
@@ -209,8 +209,6 @@ void dss_uninit_platform_driver(void);
int dss_runtime_get(void);
void dss_runtime_put(void);

struct clk *dss_get_ick(void);

void dss_select_hdmi_venc_clk_source(enum dss_hdmi_venc_clk_source_select);
const char *dss_get_generic_clk_source_name(enum omap_dss_clk_source clk_src);
void dss_dump_clocks(struct seq_file *s);
+1 −4
Original line number Diff line number Diff line
@@ -957,9 +957,6 @@ static int omap_rfbihw_probe(struct platform_device *pdev)

	msleep(10);

	if (cpu_is_omap24xx() || cpu_is_omap34xx() || cpu_is_omap3630())
		clk = dss_get_ick();
	else
	clk = clk_get(&pdev->dev, "ick");
	if (IS_ERR(clk)) {
		DSSERR("can't get ick\n");
+1 −4
Original line number Diff line number Diff line
@@ -741,9 +741,6 @@ static int venc_get_clocks(struct platform_device *pdev)
	venc.tv_clk = clk;

	if (dss_has_feature(FEAT_VENC_REQUIRES_TV_DAC_CLK)) {
		if (cpu_is_omap34xx() || cpu_is_omap3630())
			clk = clk_get(&pdev->dev, "dss_96m_fck");
		else
		clk = clk_get(&pdev->dev, "tv_dac_clk");
		if (IS_ERR(clk)) {
			DSSERR("can't get tv_dac_clk\n");