linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tobetter@gmail.com (Dongjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] ODROID-X: dts: Add fixed-regulator for peripherals.
Date: Tue, 18 Dec 2012 04:55:05 +0900	[thread overview]
Message-ID: <1355774107-364-3-git-send-email-tobetter@gmail.com> (raw)
In-Reply-To: <1355774107-364-1-git-send-email-tobetter@gmail.com>

This patch adds the node to support fixed voltage for peripherals like LED,
ethernet controller.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm/boot/dts/exynos4412-odroidx.dts |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
index 786ddd7..2d45dcb 100644
--- a/arch/arm/boot/dts/exynos4412-odroidx.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -49,4 +49,14 @@
 		pinctrl-names = "default";
 		status = "okay";
 	};
+
+	regulator_p3v3 {
+		compatible = "regulator-fixed";
+		regulator-name = "p3v3_en";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		gpio = <&gpa1 1 0>;
+		enable-active-high;
+		regulator-boot-on;
+	};
 };
-- 
1.7.9.5

  parent reply	other threads:[~2012-12-17 19:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-17 19:55 [PATCH 0/4] ODROID-X: Adding dt-based ODROID-X support Dongjin Kim
2012-12-17 19:55 ` [PATCH 1/4] ODROID-X: dts: Add board dts file for ODROID-X Dongjin Kim
2012-12-18  1:22   ` Thomas Abraham
2012-12-18  1:56   ` Olof Johansson
2012-12-18  6:00     ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-18  6:14       ` Olof Johansson
2012-12-18  6:47         ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-17 19:55 ` Dongjin Kim [this message]
2012-12-17 19:55 ` [PATCH 3/4] ODROID-X: dts: Add nodes for leds based on GPIO Dongjin Kim
2012-12-17 19:55 ` [PATCH 4/4] ODROID-X: dts: Add mshc node for ODROID-X board Dongjin Kim
2012-12-17 21:40   ` Tomasz Figa

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=1355774107-364-3-git-send-email-tobetter@gmail.com \
    --to=tobetter@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).