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

Commit f023fb6a authored by Naina Mehta's avatar Naina Mehta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Export qfprom cell to userspace

Add support to export qfprom cell values as sysfs entries to userspace.

Change-Id: Id4ab00e095c23d195fe017c023099dd100a6eb76
parent 78d5e84a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2719,6 +2719,21 @@
			reg = <0x6028 0x4>;
		};
	};

	qfprom_sys: qfprom@0 {
		compatible = "qcom,qfprom-sys";

		nvmem-cells = <&gpu_speed_bin>,
			      <&adsp_variant>,
			      <&feat_conf8>,
			      <&gpu_gaming_bin>,
			      <&feat_conf9>;
		nvmem-cell-names = "gpu_speed_bin",
				   "adsp_variant",
				   "feat_conf8",
				   "gpu_gaming_bin",
				   "feat_conf9";
	};
};

#include "holi-gpu.dtsi"