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

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

Merge "ARM: dts: msm: Add gpu gaming bin support for holi"

parents 959d1c95 ee5eac0c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ msm_gpu: qcom,kgsl-3d0@5900000 {
		vdd-supply = <&gpu_gx_gdsc>;
		qcom,chipid = <0x06010900>;

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

		qcom,initial-pwrlevel = <4>;
		qcom,gpu-quirk-secvid-set-once;
		qcom,min-access-length = <32>;
+5 −0
Original line number Diff line number Diff line
@@ -2548,6 +2548,11 @@
			reg = <0x6024 0x2>;
			bits = <21 1>;
		};

		gpu_gaming_bin: gpu_gaming_bin@6026 {
			reg = <0x6026 0x1>;
			bits = <5 1>;
		};
	};
};