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

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

Merge "ARM: dts: msm: qdss clock support for llcc lahaina"

parents 532ceeec 516044be
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -33,6 +33,18 @@ Properties:
			It's used for llcc cache single and double bit error detection
			and reporting.

- clocks:
	Usage: required
	Value type: <prop-encoded-array>
	Definition:  List of phandles and clock specifier pairs for the llcc perfmon
		     trace feature support.

- clock-names:
	Usage: required
	Value type: <stringlist>
	Definition: List of clock input name strings sorted in the same
		    order as the clocks property. Definition must have
		    "qdss_clk"
Example:

	cache-controller@1100000 {
@@ -40,4 +52,6 @@ Example:
		reg = <0x1100000 0x200000>, <0x1300000 0x50000> ;
		reg-names = "llcc_base", "llcc_broadcast_base";
		interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "qdss_clk";
	};
+2 −0
Original line number Diff line number Diff line
@@ -2670,6 +2670,8 @@
		reg = <0x9200000 0x1d0000> , <0x9600000 0x50000>;
		reg-names = "llcc_base", "llcc_broadcast_base";
		cap-based-alloc-and-pwr-collapse;
		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "qdss_clk";
	};

	qcom_scm {