Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339876
b: refs/heads/master
c: c8de91a
h: refs/heads/master
v: v3
  • Loading branch information
Kishon Vijay Abraham I authored and Benoit Cousson committed Oct 29, 2012
1 parent f1e05ab commit 8c8d73d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ff862f6a8bd54184f81fa36b9231b641607d2c0
refs/heads/master: c8de91a24d66507f7ed81d4077c27014d91ed4c6
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/twl4030.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
regulator-max-microvolt = <3150000>;
};

vusb1v5: regulator-vusb1v5 {
compatible = "ti,twl4030-vusb1v5";
};

vusb1v8: regulator-vusb1v8 {
compatible = "ti,twl4030-vusb1v8";
};

vusb3v1: regulator-vusb3v1 {
compatible = "ti,twl4030-vusb3v1";
};

vsim: regulator-vsim {
compatible = "ti,twl4030-vsim";
regulator-min-microvolt = <1800000>;
Expand All @@ -50,4 +62,13 @@
interrupt-controller;
#interrupt-cells = <1>;
};

twl4030-usb {
compatible = "ti,twl4030-usb";
interrupts = <10>, <4>;
usb1v5-supply = <&vusb1v5>;
usb1v8-supply = <&vusb1v8>;
usb3v1-supply = <&vusb3v1>;
usb_mode = <1>;
};
};

0 comments on commit 8c8d73d

Please sign in to comment.