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

Commit b8e90489 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Add debug clk support for SDM660"

parents 90814c4a 19ac8814
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1016,6 +1016,20 @@
		reg = <0xc8c0900 0x4>;
	};

	clock_debug: qcom,cc-debug@62000 {
		compatible = "qcom,gcc-debug-sdm660";
		reg = <0x62000 0x4>;
		reg-names = "dbg_offset";
		clocks = <&clock_rpmcc  RPM_SMD_XO_CLK_SRC>;
		clock-names = "xo_clk_src";
		qcom,cc-count = <8>;
		qcom,gcc = <&clock_gcc>;
		qcom,cpu = <&cpu_debug>;
		qcom,mmss = <&mmss_debug>;
		qcom,gpu = <&gpu_debug>;
		#clock-cells = <1>;
	};

	generic_bw_opp_table: generic-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY( 100, 4); /*  381 MB/s */
+352 −272

File changed.

Preview size limit exceeded, changes collapsed.