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

Commit 8b91f443 authored by Sujit Reddy Thumma's avatar Sujit Reddy Thumma Committed by Tianyi Gou
Browse files

msm: clock-8084: Add ref clock lookup entry for UFS



The UFS host on 8084 provides 19.2MHz ref_clk input to UFS device.
Add a lookup entry so that UFS driver can control enable/disable
of ref clock.

Change-Id: Ia5c620429951b9209edcc123e4f35fa21f125f3b
Signed-off-by: default avatarSujit Reddy Thumma <sthumma@codeaurora.org>
parent 0984d32e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5852,6 +5852,7 @@ static struct clk_lookup apq_clocks_8084[] = {
	CLK_LOOKUP("",	gcc_tsif_ref_clk.c,	""),

	/* UFS clocks */
	CLK_LOOKUP("ref_clk", rf_clk1.c,                 "fc594000.ufshc"),
	CLK_LOOKUP("bus_clk", gcc_sys_noc_ufs_axi_clk.c, "fc594000.ufshc"),
	CLK_LOOKUP("iface_clk", gcc_ufs_ahb_clk.c,       "fc594000.ufshc"),
	CLK_LOOKUP("core_clk", gcc_ufs_axi_clk.c,        "fc594000.ufshc"),