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

Commit 0ccff708 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add EUD node for Shima

Add EUD node with compatible of qcom,msm-eud, to enable the EUD
driver on Shima.

Change-Id: I8bcd116af571038ca2340b1af3b0cdcce9da8d0d
parent e0f29b47
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -540,6 +540,18 @@
		};
	};

	eud: qcom,msm-eud@88e0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupt-parent = <&pdc>;
		interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x088e0000 0x2000>,
			<0x088e2000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";
		qcom,secure-eud-en;
		status = "ok";
	};

	clocks {
		xo_board: xo-board {
			compatible = "fixed-clock";