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

Commit ff208969 authored by Srinivas Ramana's avatar Srinivas Ramana Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add EUD device node for SM6150



The EUD (Embedded USB Debugger) is a mini-USB hub implemented
on chip to support the USB-based debug and trace capabilities.
Add device tree node to support EUD on sm6150 based platforms.

Change-Id: I166cd774879c3fa9c51f8cbe97a4f5548f34fd4d
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 20768179
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1366,6 +1366,15 @@
		qca,bt-vdd-ldo-current-level = <1>; /* LPM/PFM */
	};

	eud: qcom,msm-eud@88e0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupts = <GIC_SPI 492 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x88e0000 0x2000>;
		reg-names = "eud_base";
		status = "ok";
	};

	slim_aud: slim@62dc0000 {
		cell-index = <1>;
		compatible = "qcom,slim-ngd";