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

Commit badb12dd authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Gaurav Kohli
Browse files

ARM: dts: msm: Add qfprom node for trinket



Add qfprom node for reading of fuse bits to differentiate
between trinket SoC's with feature supported capabilities.

Change-Id: I96337b67287fdc3d8b8258c13035b5246cf44115
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent b8cd1590
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2530,6 +2530,15 @@
	demux {
		compatible = "qcom,demux";
	};

	qfprom: qfprom@1b46018 {
		compatible = "qcom,qfprom";
		reg = <0x1b46018 0x4>;
		#address-cells = <1>;
		#size-cells = <1>;
		read-only;
		ranges;
	};
};

#include "pmi632.dtsi"