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

Commit 02283dec authored by Zhiqiang Tu's avatar Zhiqiang Tu
Browse files

ARM: dts: msm: Add qfprom for sa8195

Add qfprom to read fuse bits.

Change-Id: Ia20ec6c1d55070670d4cefd84b0a97696df46120
parent aad013cf
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -8,6 +8,17 @@
	qcom,msm-id = <405 0x20000>;
};

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

&scc {
	vdd_scc_cx-supply = <&VDD_SCC_CX_LEVEL>;
	status = "ok";