diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2012-09-19 15:02:06 +0530 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 16:56:29 +0100 |
commit | 6ff862f6a8bd54184f81fa36b9231b641607d2c0 (patch) | |
tree | b46ac5df0b316feb29aa1223ae747e7c7ea6b632 /arch/arm/boot/dts/omap4-sdp.dts | |
parent | 1c48ddbaa61aa017fefacac1bce233227933d18e (diff) | |
download | blackbird-op-linux-6ff862f6a8bd54184f81fa36b9231b641607d2c0.tar.gz blackbird-op-linux-6ff862f6a8bd54184f81fa36b9231b641607d2c0.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap4-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index 5b7e04fbff50..0f57bdf7c2df 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -406,3 +406,7 @@ &mcbsp3 { status = "disabled"; }; + +&twl_usb_comparator { + usb-supply = <&vusb>; +}; |