[omap]: refresh/rename patches
[openwrt.git] / target / linux / omap / patches-3.12 / 805-ARM_dts_TWL4030_Add_missing_regulators.patch
1 From b86684d70f1e45cae4a85686e6f78d5db341fa85 Mon Sep 17 00:00:00 2001
2 From: Sebastian Reichel <sre@debian.org>
3 Date: Tue, 22 Oct 2013 22:49:37 +0000
4 Subject: ARM: dts: TWL4030: Add missing regulators
5
6 The twl4030.dtsi is missing some regulators. This patch adds
7 the missing ones and orders the regulators alphabetically.
8
9 Signed-off-by: Sebastian Reichel <sre@debian.org>
10 Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
11 ---
12 --- a/arch/arm/boot/dts/twl4030.dtsi
13 +++ b/arch/arm/boot/dts/twl4030.dtsi
14 @@ -23,6 +23,22 @@
15                 compatible = "ti,twl4030-wdt";
16         };
17  
18 +       vaux1: regulator-vaux1 {
19 +               compatible = "ti,twl4030-vaux1";
20 +       };
21 +
22 +       vaux2: regulator-vaux2 {
23 +               compatible = "ti,twl4030-vaux2";
24 +       };
25 +
26 +       vaux3: regulator-vaux3 {
27 +               compatible = "ti,twl4030-vaux3";
28 +       };
29 +
30 +       vaux4: regulator-vaux4 {
31 +               compatible = "ti,twl4030-vaux4";
32 +       };
33 +
34         vcc: regulator-vdd1 {
35                 compatible = "ti,twl4030-vdd1";
36                 regulator-min-microvolt = <600000>;
37 @@ -35,10 +51,20 @@
38                 regulator-max-microvolt = <1800000>;
39         };
40  
41 -       vpll2: regulator-vpll2 {
42 -               compatible = "ti,twl4030-vpll2";
43 -               regulator-min-microvolt = <1800000>;
44 -               regulator-max-microvolt = <1800000>;
45 +       vio: regulator-vio {
46 +               compatible = "ti,twl4030-vio";
47 +       };
48 +
49 +       vintana1: regulator-vintana1 {
50 +               compatible = "ti,twl4030-vintana1";
51 +       };
52 +
53 +       vintana2: regulator-vintana2 {
54 +               compatible = "ti,twl4030-vintana2";
55 +       };
56 +
57 +       vintdig: regulator-vintdig {
58 +               compatible = "ti,twl4030-vintdig";
59         };
60  
61         vmmc1: regulator-vmmc1 {
62 @@ -65,6 +91,16 @@
63                 compatible = "ti,twl4030-vusb3v1";
64         };
65  
66 +       vpll1: regulator-vpll1 {
67 +               compatible = "ti,twl4030-vpll1";
68 +       };
69 +
70 +       vpll2: regulator-vpll2 {
71 +               compatible = "ti,twl4030-vpll2";
72 +               regulator-min-microvolt = <1800000>;
73 +               regulator-max-microvolt = <1800000>;
74 +       };
75 +
76         vsim: regulator-vsim {
77                 compatible = "ti,twl4030-vsim";
78                 regulator-min-microvolt = <1800000>;