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

Commit dab74a7a authored by David Dai's avatar David Dai Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add usb QoS clock references for sdm845



Allows configuration of USB3_1/USB3_0 QoS on the NOC
by enabling needed clocks for access.

Change-Id: Ia1d511e7635fff63bc42872085a2137d8bec3538
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 50b1d5bf
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -680,7 +680,14 @@
			qcom,qport = <10>;
			qcom,connections = <&slv_qns_a2noc_snoc>;
			qcom,bus-dev = <&fab_aggre2_noc>;
			qcom,ap-owned;
			qcom,prio = <2>;
			qcom,node-qos-clks {
				clocks =
				<&clock_gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>;
				clock-names =
				"clk-usb3-prim-axi-no-rate";
			};
		};

		mas_xm_usb3_1: mas-xm-usb3-1 {
@@ -691,7 +698,14 @@
			qcom,qport = <11>;
			qcom,connections = <&slv_qns_a2noc_snoc>;
			qcom,bus-dev = <&fab_aggre2_noc>;
			qcom,ap-owned;
			qcom,prio = <2>;
			qcom,node-qos-clks {
				clocks =
				<&clock_gcc GCC_AGGRE_USB3_SEC_AXI_CLK>;
				clock-names =
				"clk-usb3-sec-axi-no-rate";
			};
		};

		mas_qxm_camnoc_hf0_uncomp: mas-qxm-camnoc-hf0-uncomp {