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

Commit b440817b authored by Girish Mahadevan's avatar Girish Mahadevan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add SNOC QoS clk handle entry for msm8909



Add the QoS clk handle for SNOC on msm8909. This is needed in order to
modify the QoS settings of some NoC masters.

Change-Id: If9103ef52ade6202930236eb150a1bb8d6827b79
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent b282d028
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -135,9 +135,10 @@
			qcom,base-offset = <0x7000>;
			qcom,qos-off = <0x1000>;
			qcom,bus-type = <1>;
			clock-names = "bus_clk", "bus_a_clk";
			clock-names = "bus_clk", "bus_a_clk", "bus_qos_clk";
			clocks = <&clock_rpm  clk_snoc_msmbus_clk>,
				<&clock_rpm  clk_snoc_msmbus_a_clk>;
				<&clock_rpm  clk_snoc_msmbus_a_clk>,
				<&clock_gcc clk_gcc_snoc_qosgen_clk>;

			coresight-id = <50>;
			coresight-name = "coresight-snoc";