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: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
This commit is contained in:
Kishon Vijay Abraham I 2012-09-19 15:02:06 +05:30 committed by Benoit Cousson
parent 1c48ddbaa6
commit 6ff862f6a8
3 changed files with 13 additions and 0 deletions

View file

@ -184,3 +184,7 @@ &mcbsp3 {
&dmic {
status = "disabled";
};
&twl_usb_comparator {
usb-supply = <&vusb>;
};

View file

@ -406,3 +406,7 @@ &uart4 {
&mcbsp3 {
status = "disabled";
};
&twl_usb_comparator {
usb-supply = <&vusb>;
};

View file

@ -86,4 +86,9 @@ v2v1: regulator-v2v1 {
clk32kg: regulator-clk32kg {
compatible = "ti,twl6030-clk32kg";
};
twl_usb_comparator: usb-comparator {
compatible = "ti,twl6030-usb";
interrupts = <4>, <10>;
};
};