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

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

ARM: dts: msm: Add support for gaming bin fuse bit

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

Change-Id: I443166524aaf18969a701647bd9e67c5c1df6a52
parent 48b84394
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -131,6 +131,9 @@
		vddcx-supply = <&gpu_cx_gdsc>;
		vdd-supply = <&gpu_gx_gdsc>;

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

		/* CPU latency parameter */
		qcom,pm-qos-active-latency = <67>;
		qcom,pm-qos-wakeup-latency = <67>;
+5 −0
Original line number Diff line number Diff line
@@ -2936,6 +2936,11 @@
		feat_conf8: feat_conf8@6024 {
			reg = <0x6024 0x4>;
		};

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

	mem_dump {