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

Commit d672a7f8 authored by Runmin Wang's avatar Runmin Wang
Browse files

ARM: dts: msm: Add EDAC DT node for SDM855



Add the required EDAC DT node for cpu caches.

Change-Id: I9c2e530bb4d3460bda4d7b6b892372c4f55aa9bf
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent b05e1310
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -348,6 +348,19 @@
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	kryo-erp {
		compatible = "arm,arm64-kryo-cpu-erp";
		interrupts = <1 6 4>,
			     <1 7 4>,
			     <0 34 4>,
			     <0 35 4>;

		interrupt-names = "l1-l2-faultirq",
				  "l1-l2-errirq",
				  "l3-scu-errirq",
				  "l3-scu-faultirq";
	};
};

&emac_gdsc {