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

Commit 3c427801 authored by David Dai's avatar David Dai
Browse files

ARM: dts: msm: add l3 qcom defreq device and voters for Kona



Add parent L3 device and child voter devices for devfreq.

Change-Id: Ic89b736ff8454f235a55c6938b449671b1b3153b
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 0422f06e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -464,6 +464,20 @@
		};
	};

	qcom,devfreq-l3 {
		compatible = "qcom,devfreq-fw";
		reg = <0x18590000 0x4>, <0x18590100 0xa0>, <0x18590320 0x4>;
		reg-names = "en-base", "ftbl-base", "perf-base";

		qcom,cpu0-l3 {
			compatible = "qcom,devfreq-fw-voter";
		};

		qcom,cpu4-l3 {
			compatible = "qcom,devfreq-fw-voter";
		};
	};

	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;