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

Commit 1cccda7b authored by Ramachandran Venkataramani's avatar Ramachandran Venkataramani
Browse files

ARM: dts: msm: Add qfprom node for SA8155



Add qfprom node for reading of fuse bits to differentiate
between SA8155 SoCs with feature supported capabilities.

Change-Id: I7d3140a033d1632459d1ea4f826d243eb8abcc11
Signed-off-by: default avatarRamachandran Venkataramani <ramavenk@codeaurora.org>
parent 62d644e7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -894,6 +894,15 @@
	qcom,rmnet-ipa {
		status="disabled";
	};

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

&ipa_hw {