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

Commit d71368f5 authored by Shaoqing Liu's avatar Shaoqing Liu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add coresight fuse entry for mdmfermium



Add CoreSight fuse device to the device tree of mdmfermium.
This will CoreSight Fuse driver to probe this device and
support CoreSight fuse state query APIs.

Change-Id: I1e594a87bac2236e3f54b04eaf03771a57da1fcb
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent 6c6e69ad
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -372,12 +372,22 @@
		qcom,inst-id = <2>;
	};

	fuse: fuse@a601c {
		compatible = "arm,coresight-fuse-v2";
		reg = <0xa601c 0x8>;
		reg-names = "fuse-base";

		coresight-id = <23>;
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};

	dbgui: dbgui@606d000 {
		compatible = "qcom,coresight-dbgui";
		reg = <0x606d000 0x1000>;
		reg-names = "dbgui-base";

		coresight-id = <23>;
		coresight-id = <24>;
		coresight-name = "coresight-dbgui";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;