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

Commit bf633896 authored by Shefali Jain's avatar Shefali Jain Committed by Gerrit - the friendly Code Review server
Browse files

Revert "clk: qcom: Remove enable_safe_config from UTMI clock for SDMMAGPIE"



This reverts commit 60996b0d.
Add enable_safe_config flag for utmi clock so when the clock is
turned off it will automatically switch the clock to safe source.

Change-Id: I8dda64cfb1e63893f11493a5c1ea9ec54063ef18
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent e5728a8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1115,6 +1115,7 @@ static struct clk_rcg2 gcc_usb30_prim_mock_utmi_clk_src = {
	.hid_width = 5,
	.parent_map = gcc_parent_map_0,
	.freq_tbl = ftbl_gcc_usb30_prim_mock_utmi_clk_src,
	.enable_safe_config = true,
	.clkr.hw.init = &(struct clk_init_data){
		.name = "gcc_usb30_prim_mock_utmi_clk_src",
		.parent_names = gcc_parent_names_0,