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

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

Merge "ARM: dts: msm: Add SDPM domain indexes for YUPIK"

parents f2d69eee c7841aab
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,6 +50,12 @@ Properties:
			should have the "pdmem-domainX" to indicate the
			corresponding bases.

- qcom,sdpm-cx-mx-<id>
	Usage:		Optional
	Value type:	<prop-encoded-array>
	Definition:	Addresses and sizes for the SDPM memory of the HW bases
			in each frequency domain, indicated by an "id"(0/1/2).

* Property qcom,freq-domain
Devices supporting freq-domain must set their "qcom,freq-domain" property with
phandle to a cpufreq_hw followed by the Domain ID(0/1) in the CPU DT node.
@@ -181,6 +187,8 @@ DCVS state together.

		clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
		clock-names = "xo", "alternate";
		qcom,sdpm-cx-mx-1 = <0x00636f08 0x4>;
		qcom,sdpm-cx-mx-2 = <0x00636f0c 0x4>;

		#freq-domain-cells = <1>;
	};
+3 −0
Original line number Diff line number Diff line
@@ -1162,6 +1162,9 @@
				<GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "dcvsh0_int", "dcvsh1_int", "dcvsh2_int";

		qcom,sdpm-cx-mx-1 = <0x00636f08 0x4>;
		qcom,sdpm-cx-mx-2 = <0x00636f0c 0x4>;

		#freq-domain-cells = <2>;
	};