linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@debian.org>
To: "Benoît Cousson" <bcousson@baylibre.com>,
	"Tony Lindgren" <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, Sebastian Reichel <sre@debian.org>
Subject: [PATCH 08/14] DTS: TWL4030: Add missing regulators
Date: Wed, 23 Oct 2013 00:49:37 +0200	[thread overview]
Message-ID: <1382482183-14426-9-git-send-email-sre@debian.org> (raw)
In-Reply-To: <1382482183-14426-1-git-send-email-sre@debian.org>

The twl4030.dtsi is missing some regulators. This patch adds
the missing ones and orders the regulators alphabetically.

Signed-off-by: Sebastian Reichel <sre@debian.org>
---
 arch/arm/boot/dts/twl4030.dtsi | 44 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 40 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index ae6a17a..cb5afcd 100644
--- a/arch/arm/boot/dts/twl4030.dtsi
+++ b/arch/arm/boot/dts/twl4030.dtsi
@@ -23,6 +23,22 @@
 		compatible = "ti,twl4030-wdt";
 	};
 
+	vaux1: regulator-vaux1 {
+		compatible = "ti,twl4030-vaux1";
+	};
+
+	vaux2: regulator-vaux2 {
+		compatible = "ti,twl4030-vaux2";
+	};
+
+	vaux3: regulator-vaux3 {
+		compatible = "ti,twl4030-vaux3";
+	};
+
+	vaux4: regulator-vaux4 {
+		compatible = "ti,twl4030-vaux4";
+	};
+
 	vcc: regulator-vdd1 {
 		compatible = "ti,twl4030-vdd1";
 		regulator-min-microvolt = <600000>;
@@ -35,10 +51,20 @@
 		regulator-max-microvolt = <1800000>;
 	};
 
-	vpll2: regulator-vpll2 {
-		compatible = "ti,twl4030-vpll2";
-		regulator-min-microvolt = <1800000>;
-		regulator-max-microvolt = <1800000>;
+	vio: regulator-vio {
+		compatible = "ti,twl4030-vio";
+	};
+
+	vintana1: regulator-vintana1 {
+		compatible = "ti,twl4030-vintana1";
+	};
+
+	vintana2: regulator-vintana2 {
+		compatible = "ti,twl4030-vintana2";
+	};
+
+	vintdig: regulator-vintdig {
+		compatible = "ti,twl4030-vintdig";
 	};
 
 	vmmc1: regulator-vmmc1 {
@@ -65,6 +91,16 @@
 		compatible = "ti,twl4030-vusb3v1";
 	};
 
+	vpll1: regulator-vpll1 {
+		compatible = "ti,twl4030-vpll1";
+	};
+
+	vpll2: regulator-vpll2 {
+		compatible = "ti,twl4030-vpll2";
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+	};
+
 	vsim: regulator-vsim {
 		compatible = "ti,twl4030-vsim";
 		regulator-min-microvolt = <1800000>;
-- 
1.8.4.rc3


  parent reply	other threads:[~2013-10-22 22:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 22:49 [PATCH 00/14] DTS: ARM: OMAP3-N900: Add misc. HW Sebastian Reichel
2013-10-22 22:49 ` [PATCH 01/14] DTS: ARM: OMAP3-N900: Add pinctrl for i2c devices Sebastian Reichel
2013-10-22 22:49 ` [PATCH 02/14] DTS: ARM: OMAP3-N900: Fix i2c bus speed Sebastian Reichel
2013-10-22 22:49 ` [PATCH 03/14] DTS: ARM: OMAP3-N900: Add UART support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 04/14] DTS: ARM: OMAP3-N900: Add support for SD cards Sebastian Reichel
2013-10-22 22:49 ` [PATCH 05/14] DTS: ARM: OMAP3-N900: GPIO key definitions Sebastian Reichel
2013-10-22 22:49 ` [PATCH 06/14] DTS: ARM: OMAP3-N900: Add vibrator device Sebastian Reichel
2013-10-22 22:49 ` [PATCH 07/14] DTS: ARM: OMAP3-N900: Add LP5523 support Sebastian Reichel
2013-10-22 22:49 ` Sebastian Reichel [this message]
2013-10-22 22:49 ` [PATCH 09/14] DTS: ARM: OMAP3-N900: Specify regulator info Sebastian Reichel
2013-10-22 22:49 ` [PATCH 10/14] DTS: ARM: OMAP3-N900: Add NAND support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 11/14] DTS: ARM: OMAP3-N900: Mux RX51_LCD_RESET_GPIO in DTS Sebastian Reichel
2013-10-22 22:49 ` [PATCH 12/14] DTS: ARM: OMAP3-N900: Add TLV320AIC3X support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 13/14] DTS: ARM: OMAP3-N900: Add LP5523 support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 14/14] DTS: TWL4030: Add power button support Sebastian Reichel
2013-10-23  8:36 ` [PATCH 00/14] DTS: ARM: OMAP3-N900: Add misc. HW Benoit Cousson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1382482183-14426-9-git-send-email-sre@debian.org \
    --to=sre@debian.org \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).