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

Commit 170d5540 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable support for secure eud in trinket"

parents 2a1a6d45 b3faa2bf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -575,8 +575,10 @@
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x1610000 0x2000>;
		reg-names = "eud_base";
		reg = <0x1610000 0x2000>,
		      <0x1612000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";
		qcom,secure-eud-en;
		status = "ok";
	};