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

Commit 1a296131 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Export qfprom cell to userspace for Shima

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

Change-Id: Iedc3fbdffeb1992323e514628961567479c0ed35
parent f023fb6a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -3451,6 +3451,21 @@
		};
	};

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

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

	wlan: qcom,cnss-qca6490@b0000000 {
		compatible = "qcom,cnss-qca6490";
		reg = <0xb0000000 0x10000>;