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

Commit c97eba4c authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Enable EUD node for Lito



Enable EUD device node for Lito SoC.

Change-Id: Ie33923f3ce7f4e84dd4de5a4feca895da0a378f2
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent 3d91e789
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1767,6 +1767,21 @@
		qcom,iova-range = <0x0 0x100000 0x0 0x100000>;
		status = "ok";
	};

	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;
		qcom,eud-clock-vote-req;
		clocks = <&gcc GCC_USB_PHY_CFG_AHB2PHY_BCR>;
		clock-names = "eud_ahb2phy_clk";
		status = "ok";
	};
};

#include "lito-pinctrl.dtsi"