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

Commit 7381ae03 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: msm: Add qfp fuse device for fsm9900



Add entries to support qfp fuse in FSM9900 targets

Change-Id: I6b7106d141b996de82503b9d71385a4242454244
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 54b22a73
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -29,6 +29,17 @@
		interrupts = <0 116 0>;
		status = "ok";
	};

	qcom,fuse@fc4b8000 {
		vdd-blow-supply = <&vdd_blow>;
		status = "ok";
	};

	vdd_blow: dummy_vreg {
		compatible = "regulator-fixed";
		status = "ok";
		regulator-name = "vdd-blow";
	};
};

&sdcc1 {
+6 −0
Original line number Diff line number Diff line
@@ -281,4 +281,10 @@
		qcom,calib-mode = "fuse_map4";
	};

	qcom,fuse@fc4b8000 {
		compatible = "qcom,qfp-fuse";
		reg = <0xfc4b8000 0x7000>;
		qcom,blow-status-offset = <0x2048>;
		status = "disabled";
	};
};