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

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

ARM: dts: msm: Add feature config node for qfprom for Yupik

Add feature config node for qfprom for reading fuse bits for
Yupik SoC.

Change-Id: Id839a115243f28c548a12688d51261b15a734966
parent d9e39aa9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2407,10 +2407,17 @@
		#size-cells = <1>;
		read-only;
		ranges;

		feat_conf_m7: feat_conf_m7@6020 {
			reg = <0x6020 0x4>;
		};
	};

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

		nvmem-cells = <&feat_conf_m7>;
		nvmem-cell-names = "feat_conf_m7";
	};
};