From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] apf27dev: add max5821 to the dts
Date: Tue, 2 Dec 2014 22:03:14 +0800 [thread overview]
Message-ID: <20141202140313.GI2411@dragon> (raw)
In-Reply-To: <1417120439-11784-1-git-send-email-tremyfr@gmail.com>
On Thu, Nov 27, 2014 at 09:33:59PM +0100, Philippe Reynes wrote:
>
> Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Applied, thanks.
> ---
> arch/arm/boot/dts/imx27-apf27dev.dts | 21 +++++++++++++++++++++
> 1 files changed, 21 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
> index da306c5..bba3f41 100644
> --- a/arch/arm/boot/dts/imx27-apf27dev.dts
> +++ b/arch/arm/boot/dts/imx27-apf27dev.dts
> @@ -59,6 +59,21 @@
> linux,default-trigger = "heartbeat";
> };
> };
> +
> + regulators {
> + compatible = "simple-bus";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + reg_max5821: regulator at 0 {
> + compatible = "regulator-fixed";
> + reg = <0>;
> + regulator-name = "max5821-reg";
> + regulator-min-microvolt = <2500000>;
> + regulator-max-microvolt = <2500000>;
> + regulator-always-on;
> + };
> + };
> };
>
> &cspi1 {
> @@ -107,6 +122,12 @@
> compatible = "dallas,ds1374";
> reg = <0x68>;
> };
> +
> + max5821 at 38 {
> + compatible = "maxim,max5821";
> + reg = <0x38>;
> + vref-supply = <®_max5821>;
> + };
> };
>
> &i2c2 {
> --
> 1.7.4.4
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawn.guo@linaro.org>
To: Philippe Reynes <tremyfr@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
linux@arm.linux.org.uk, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] apf27dev: add max5821 to the dts
Date: Tue, 2 Dec 2014 22:03:14 +0800 [thread overview]
Message-ID: <20141202140313.GI2411@dragon> (raw)
In-Reply-To: <1417120439-11784-1-git-send-email-tremyfr@gmail.com>
On Thu, Nov 27, 2014 at 09:33:59PM +0100, Philippe Reynes wrote:
>
> Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Applied, thanks.
> ---
> arch/arm/boot/dts/imx27-apf27dev.dts | 21 +++++++++++++++++++++
> 1 files changed, 21 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
> index da306c5..bba3f41 100644
> --- a/arch/arm/boot/dts/imx27-apf27dev.dts
> +++ b/arch/arm/boot/dts/imx27-apf27dev.dts
> @@ -59,6 +59,21 @@
> linux,default-trigger = "heartbeat";
> };
> };
> +
> + regulators {
> + compatible = "simple-bus";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + reg_max5821: regulator@0 {
> + compatible = "regulator-fixed";
> + reg = <0>;
> + regulator-name = "max5821-reg";
> + regulator-min-microvolt = <2500000>;
> + regulator-max-microvolt = <2500000>;
> + regulator-always-on;
> + };
> + };
> };
>
> &cspi1 {
> @@ -107,6 +122,12 @@
> compatible = "dallas,ds1374";
> reg = <0x68>;
> };
> +
> + max5821@38 {
> + compatible = "maxim,max5821";
> + reg = <0x38>;
> + vref-supply = <®_max5821>;
> + };
> };
>
> &i2c2 {
> --
> 1.7.4.4
>
next prev parent reply other threads:[~2014-12-02 14:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 20:33 [PATCH] apf27dev: add max5821 to the dts Philippe Reynes
2014-11-27 20:33 ` Philippe Reynes
2014-11-27 20:33 ` Philippe Reynes
2014-12-02 14:03 ` Shawn Guo [this message]
2014-12-02 14:03 ` Shawn Guo
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=20141202140313.GI2411@dragon \
--to=shawn.guo@linaro.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.