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

Commit ee5eac0c authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

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

Add provider bindings in qfprom and consumer bindings
for enabling support to read the gaming bin fuse bit
for holi gpu.

Change-Id: I29ced8173b5a0262efadca5fe0ea90fc152c0932
parent c172169e
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
@@ -2364,6 +2364,11 @@
			reg = <0x6024 0x2>;
			bits = <21 1>;
		};

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