22d6f9515790519328a0f87d85525ffa1ebb9253
[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 diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
13 index ae6a17a..cb5afcd 100644
14 --- a/arch/arm/boot/dts/twl4030.dtsi
15 +++ b/arch/arm/boot/dts/twl4030.dtsi
16 @@ -23,6 +23,22 @@
17                 compatible = "ti,twl4030-wdt";
18         };
19  
20 +       vaux1: regulator-vaux1 {
21 +               compatible = "ti,twl4030-vaux1";
22 +       };
23 +
24 +       vaux2: regulator-vaux2 {
25 +               compatible = "ti,twl4030-vaux2";
26 +       };
27 +
28 +       vaux3: regulator-vaux3 {
29 +               compatible = "ti,twl4030-vaux3";
30 +       };
31 +
32 +       vaux4: regulator-vaux4 {
33 +               compatible = "ti,twl4030-vaux4";
34 +       };
35 +
36         vcc: regulator-vdd1 {
37                 compatible = "ti,twl4030-vdd1";
38                 regulator-min-microvolt = <600000>;
39 @@ -35,10 +51,20 @@
40                 regulator-max-microvolt = <1800000>;
41         };
42  
43 -       vpll2: regulator-vpll2 {
44 -               compatible = "ti,twl4030-vpll2";
45 -               regulator-min-microvolt = <1800000>;
46 -               regulator-max-microvolt = <1800000>;
47 +       vio: regulator-vio {
48 +               compatible = "ti,twl4030-vio";
49 +       };
50 +
51 +       vintana1: regulator-vintana1 {
52 +               compatible = "ti,twl4030-vintana1";
53 +       };
54 +
55 +       vintana2: regulator-vintana2 {
56 +               compatible = "ti,twl4030-vintana2";
57 +       };
58 +
59 +       vintdig: regulator-vintdig {
60 +               compatible = "ti,twl4030-vintdig";
61         };
62  
63         vmmc1: regulator-vmmc1 {
64 @@ -65,6 +91,16 @@
65                 compatible = "ti,twl4030-vusb3v1";
66         };
67  
68 +       vpll1: regulator-vpll1 {
69 +               compatible = "ti,twl4030-vpll1";
70 +       };
71 +
72 +       vpll2: regulator-vpll2 {
73 +               compatible = "ti,twl4030-vpll2";
74 +               regulator-min-microvolt = <1800000>;
75 +               regulator-max-microvolt = <1800000>;
76 +       };
77 +
78         vsim: regulator-vsim {
79                 compatible = "ti,twl4030-vsim";
80                 regulator-min-microvolt = <1800000>;
81 --
82 cgit v0.9.2