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

Commit c7ea3c13 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Add GIC edac node for sm8150



Enable GIC edac node for sm8150 SoC.

Change-Id: I2702d2d750b2c345b361c8d25f7613b13ad7a6aa
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent defdcf8d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -915,6 +915,16 @@
		interrupt-parent = <&intc>;
	};

	gict: gict@17a20000 {
		compatible = "arm,gic-600-erp";
		reg = <0x17a20000 0x10000>;
		reg-names = "gict-base";
		interrupt-config = <46 17>;
		interrupt-names = "gict-fault", "gict-err";
		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
	};

	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-sm8150";
		reg = <0xb220000 0x400>;