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

Commit 89eabb6f authored by Sujit Reddy Thumma's avatar Sujit Reddy Thumma Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add ref_clk entry to UFS clock table on 8084



ref_clk input to UFS device can be controlled to save power.
Hence, add a clock entry to allow UFS host driver to enable/disable
ref_clk based on need.

Change-Id: I10336d2b8f22027288261ec1ea13afa61e500cab
Signed-off-by: default avatarSujit Reddy Thumma <sthumma@codeaurora.org>
parent dc077d46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1065,10 +1065,10 @@
		vccq2-max-microamp = <145000>;

		clock-names = "core_clk_src", "core_clk", "bus_clk", "iface_clk",
				"rx_lane0_sync_clk", "tx_lane0_sync_clk",
				"ref_clk", "rx_lane0_sync_clk", "tx_lane0_sync_clk",
				"rx_lane1_sync_clk", "tx_lane1_sync_clk";
		max-clock-frequency-hz = <200000000>, <0>, <0>, <0>,
						<0>, <0>, <0>, <0>;
						<0>, <0>, <0>, <0>, <0>;

		status = "disabled";
	};