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

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

Merge "ARM: dts: msm: Add gpu speed bin property for holi"

parents 7b58ffb3 25feee4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ msm_gpu: qcom,kgsl-3d0@5900000 {
		vdd-supply = <&gpu_gx_gdsc>;
		qcom,chipid = <0x06010900>;

		nvmem-cells = <&gpu_gaming_bin>;
		nvmem-cell-names = "gaming_bin";
		nvmem-cells = <&gpu_speed_bin>, <&gpu_gaming_bin>;
		nvmem-cell-names = "speed_bin", "gaming_bin";

		qcom,initial-pwrlevel = <4>;
		qcom,gpu-quirk-secvid-set-once;
+5 −0
Original line number Diff line number Diff line
@@ -2563,6 +2563,11 @@
		read-only;
		ranges;

		gpu_speed_bin: gpu_speed_bin@6015 {
			reg = <0x6015 0x1>;
			bits = <0 8>;
		};

		adsp_variant: adsp_variant@1E6 {
			reg = <0x1E6 0x2>;
			bits = <6 9>;