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

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

OMAP: DSS2: initialize dss clk sources properly



Clk sources were not initialized, leading to kernel crash, or possibly to
strange behaviour if DSI was compiled in.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@nokia.com>
parent 5c1f96f4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -590,6 +590,9 @@ int dss_init(bool skip_init)
		}
	}

	dss.dsi_clk_source = DSS_SRC_DSS1_ALWON_FCLK;
	dss.dispc_clk_source = DSS_SRC_DSS1_ALWON_FCLK;

	dss_save_context();

	rev = dss_read_reg(DSS_REVISION);