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

Commit 6ff862f6 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Benoit Cousson
Browse files

ARM: dts: Add twl6030-usb data



Add twl6030-usb data node in twl6030 device tree file. twl6030-usb is the
comparator driver for USB that detects VBUS and ID events. The dt data is
comprised of two interrupts, one for ID and one for VBUS and a phandle to the
regulator.

Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 1c48ddba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -184,3 +184,7 @@
&dmic {
	status = "disabled";
};

&twl_usb_comparator {
	usb-supply = <&vusb>;
};
+4 −0
Original line number Diff line number Diff line
@@ -406,3 +406,7 @@
&mcbsp3 {
	status = "disabled";
};

&twl_usb_comparator {
	usb-supply = <&vusb>;
};
+5 −0
Original line number Diff line number Diff line
@@ -86,4 +86,9 @@
	clk32kg: regulator-clk32kg {
		compatible = "ti,twl6030-clk32kg";
	};

	twl_usb_comparator: usb-comparator {
		compatible = "ti,twl6030-usb";
		interrupts = <4>, <10>;
	};
};