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

Commit 0d569cf4 authored by Jaydeep Sen's avatar Jaydeep Sen
Browse files

clk: msm: mdmfermium: Add CLK_LIST of reset clocks



Add CLK_LIST of gcc_usb2_hs_phy_only_clk and gcc_qusb2_phy_clk in
mdmfermium. This will enable the clients to use these reset clocks
using clk APIs.

Change-Id: I2de1f3c49277f9f5740951d338fd3f6400c090fa
Signed-off-by: default avatarJaydeep Sen <jsen@codeaurora.org>
parent 91cab8ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1800,6 +1800,8 @@ static struct clk_lookup msm_clocks_lookup[] = {
	 CLK_LIST(gcc_usb_hsic_io_cal_clk),
	 CLK_LIST(gcc_usb_hsic_io_cal_sleep_clk),
	 CLK_LIST(gcc_usb_hsic_system_clk),
	 CLK_LIST(gcc_usb2_hs_phy_only_clk),
	 CLK_LIST(gcc_qusb2_phy_clk),
};

static int msm_gcc_probe(struct platform_device *pdev)