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

Commit 3f751321 authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Correct the efficiency for sdm450



For sdm450, all cores' efficiency should be same.
So correct the efficiency number for cpu4-cpu7.

Change-Id: I43170c37ce2d7ff8378c4bbf52736ddd7149d42f
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent 1d4cc365
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -19,3 +19,18 @@
	qcom,msm-id = <338 0x0>;
};

&CPU4 {
	efficiency = <1024>;
};

&CPU5 {
	efficiency = <1024>;
};

&CPU6 {
	efficiency = <1024>;
};

&CPU7 {
	efficiency = <1024>;
};