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

Commit 65f10685 authored by Venkata Rao Kakani's avatar Venkata Rao Kakani
Browse files

ARM: dts: msm: Add qfprom node for SA6155 and SA6155P



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

Change-Id: I514690ba436e34ee04e0e4866ef872824ee9be8b
Signed-off-by: default avatarVenkata Rao Kakani <vkakani@codeaurora.org>
parent 93df5326
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -119,6 +119,14 @@
				<45 512 207108 1146880>, <1 512 207108 3124992>;
		qcom,smmu-s1-enable;
	};
	qfprom: qfprom@780130 {
		compatible = "qcom,qfprom";
		reg = <0x00780130 0x4>;
		#address-cells = <1>;
		#size-cells = <1>;
		read-only;
		ranges;
	};
};

&thermal_zones {
+8 −0
Original line number Diff line number Diff line
@@ -89,6 +89,14 @@
	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 {