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

Commit 3c1a3477 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

ARM: dts: msm: Add GPU related feature config node in qfprom for Bengal

Add GPU related gaming bin and speed bin feature config node in qfprom.
This is needed to allow driver to read these efuse bits and choose
appropriate speed bin and gaming bin settings based on efuse value.

Change-Id: I871a2ba9ef88b1126482a4cc86d99a9f0e712364
parent e1ffd009
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1331,6 +1331,16 @@
		feat_conf5: feat_conf5@6018 {
			reg = <0x6018 0x4>;
		};

		gpu_speed_bin: gpu_speed_bin@6006 {
			reg = <0x6006 0x2>;
			bits = <5 8>;
		};

		gpu_gaming_bin: gpu_gaming_bin@602d {
			reg = <0x602d 0x1>;
			bits = <5 1>;
		};
	};
};