From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Benoit Cousson <bcousson@baylibre.com>,
Paul Walmsley <paul@pwsan.com>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Linux ARM Kernel Mailing List
<linux-arm-kernel@lists.infradead.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Josh Elliot <jelliott@ti.com>,
Darren Etheridge <detheridge@ti.com>,
devicetree@vger.kernel.org, robh+dt@kernel.org,
pawel.moll@arm.com
Subject: Re: [PATCH 2/2] arm: dts: add support for AM437x StarterKit
Date: Mon, 16 Jun 2014 00:27:21 -0700 [thread overview]
Message-ID: <20140616072720.GX17845@atomide.com> (raw)
In-Reply-To: <20140613163118.GJ8319@saruman.home>
* Felipe Balbi <balbi@ti.com> [140613 09:33]:
> On Fri, Jun 13, 2014 at 11:23:34AM -0500, Felipe Balbi wrote:
> > On Fri, Jun 13, 2014 at 11:15:47AM -0500, Felipe Balbi wrote:
> > > --- /dev/null
> > > +++ b/arch/arm/boot/dts/am437x-sk-evm.dts
> > > @@ -0,0 +1,539 @@
> > > +/*
> > > + * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
> > > + *
> > > + * This program is free software; you can redistribute it and/or modify
> > > + * it under the terms of the GNU General Public License version 2 as
> > > + * published by the Free Software Foundation.
> > > + */
> > > +
> > > +/* AM437x SK EVM */
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include "am4372.dtsi"
> > > +#include <dt-bindings/pinctrl/am43xx.h>
> > > +#include <dt-bindings/pwm/pwm.h>
> > > +#include <dt-bindings/gpio/gpio.h>
> > > +#include <dt-bindings/input/input.h>
> > > +
> > > +/ {
> > > + model = "TI AM437x SK EVM";
> > > + compatible = "ti,am437x-sk-evm","ti,am4372","ti,am43";
> > > +
> > > + aliases {
> > > + display0 = &lcd0;
> > > + };
> > > +
> > > + vmmcsd_fixed: fixedregulator-sd {
> > > + compatible = "regulator-fixed";
> > > + regulator-name = "vmmcsd_fixed";
> > > + regulator-min-microvolt = <3300000>;
> > > + regulator-max-microvolt = <3300000>;
> > > + enable-active-high;
> > > + };
> > > +
> > > + v33_fixed: fixedregulator-v33 {
> > > + compatible = "regulator-fixed";
> > > + regulator-name = "v33_fixed";
> > > + regulator-min-microvolt = <3300000>;
> > > + regulator-max-microvolt = <3300000>;
> > > + enable-active-high;
> > > + };
> > > +
> > > + v18_fixed: fixedregulator-v18 {
> > > + compatible = "regulator-fixed";
> > > + regulator-name = "v18_fixed";
> > > + regulator-min-microvolt = <1800000>;
> > > + regulator-max-microvolt = <1800000>;
> > > + enable-active-high;
> > > + };
Chances are these are not fixed regulators.. Typically the these
come from external regulators controlled by GPIO pins. Sounds
like you have the schematics so it would be best to verify it.
If they come from something not yet supported, let's at least
document it with comments.
Also looks like all the am43xx boards are using vmmcsd_fixed,
might be worth checking those as well while at it.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm: dts: add support for AM437x StarterKit
Date: Mon, 16 Jun 2014 00:27:21 -0700 [thread overview]
Message-ID: <20140616072720.GX17845@atomide.com> (raw)
In-Reply-To: <20140613163118.GJ8319@saruman.home>
* Felipe Balbi <balbi@ti.com> [140613 09:33]:
> On Fri, Jun 13, 2014 at 11:23:34AM -0500, Felipe Balbi wrote:
> > On Fri, Jun 13, 2014 at 11:15:47AM -0500, Felipe Balbi wrote:
> > > --- /dev/null
> > > +++ b/arch/arm/boot/dts/am437x-sk-evm.dts
> > > @@ -0,0 +1,539 @@
> > > +/*
> > > + * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
> > > + *
> > > + * This program is free software; you can redistribute it and/or modify
> > > + * it under the terms of the GNU General Public License version 2 as
> > > + * published by the Free Software Foundation.
> > > + */
> > > +
> > > +/* AM437x SK EVM */
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include "am4372.dtsi"
> > > +#include <dt-bindings/pinctrl/am43xx.h>
> > > +#include <dt-bindings/pwm/pwm.h>
> > > +#include <dt-bindings/gpio/gpio.h>
> > > +#include <dt-bindings/input/input.h>
> > > +
> > > +/ {
> > > + model = "TI AM437x SK EVM";
> > > + compatible = "ti,am437x-sk-evm","ti,am4372","ti,am43";
> > > +
> > > + aliases {
> > > + display0 = &lcd0;
> > > + };
> > > +
> > > + vmmcsd_fixed: fixedregulator-sd {
> > > + compatible = "regulator-fixed";
> > > + regulator-name = "vmmcsd_fixed";
> > > + regulator-min-microvolt = <3300000>;
> > > + regulator-max-microvolt = <3300000>;
> > > + enable-active-high;
> > > + };
> > > +
> > > + v33_fixed: fixedregulator-v33 {
> > > + compatible = "regulator-fixed";
> > > + regulator-name = "v33_fixed";
> > > + regulator-min-microvolt = <3300000>;
> > > + regulator-max-microvolt = <3300000>;
> > > + enable-active-high;
> > > + };
> > > +
> > > + v18_fixed: fixedregulator-v18 {
> > > + compatible = "regulator-fixed";
> > > + regulator-name = "v18_fixed";
> > > + regulator-min-microvolt = <1800000>;
> > > + regulator-max-microvolt = <1800000>;
> > > + enable-active-high;
> > > + };
Chances are these are not fixed regulators.. Typically the these
come from external regulators controlled by GPIO pins. Sounds
like you have the schematics so it would be best to verify it.
If they come from something not yet supported, let's at least
document it with comments.
Also looks like all the am43xx boards are using vmmcsd_fixed,
might be worth checking those as well while at it.
Regards,
Tony
next prev parent reply other threads:[~2014-06-16 7:27 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 16:15 [PATCH 0/2] Add support for am437x StarterKit Felipe Balbi
2014-06-13 16:15 ` Felipe Balbi
2014-06-13 16:15 ` [RESEND PATCH 1/2] ARM: AM43xx: hwmod: add DSS hwmod data Felipe Balbi
2014-06-13 16:15 ` Felipe Balbi
2014-06-13 16:23 ` Felipe Balbi
2014-06-13 16:23 ` Felipe Balbi
2014-06-13 19:11 ` Paul Walmsley
2014-06-13 19:11 ` Paul Walmsley
2014-06-13 23:10 ` Felipe Balbi
2014-06-13 23:10 ` Felipe Balbi
2014-06-14 2:57 ` Paul Walmsley
2014-06-14 2:57 ` Paul Walmsley
2014-06-14 4:56 ` Felipe Balbi
2014-06-14 4:56 ` Felipe Balbi
2014-06-15 3:29 ` Paul Walmsley
2014-06-15 3:29 ` Paul Walmsley
2014-06-16 14:36 ` Felipe Balbi
2014-06-16 14:36 ` Felipe Balbi
2014-07-02 3:22 ` Felipe Balbi
2014-07-02 3:22 ` Felipe Balbi
2014-07-03 23:33 ` Felipe Balbi
2014-07-03 23:33 ` Felipe Balbi
2014-06-16 9:22 ` Tony Lindgren
2014-06-16 9:22 ` Tony Lindgren
2014-06-17 7:09 ` Tomi Valkeinen
2014-06-17 7:09 ` Tomi Valkeinen
2014-06-17 7:35 ` Tony Lindgren
2014-06-17 7:35 ` Tony Lindgren
2014-06-13 16:15 ` [PATCH 2/2] arm: dts: add support for AM437x StarterKit Felipe Balbi
2014-06-13 16:15 ` Felipe Balbi
2014-06-13 16:23 ` Felipe Balbi
2014-06-13 16:23 ` Felipe Balbi
2014-06-13 16:31 ` Felipe Balbi
2014-06-13 16:31 ` Felipe Balbi
2014-06-13 16:31 ` Felipe Balbi
2014-06-16 7:27 ` Tony Lindgren [this message]
2014-06-16 7:27 ` Tony Lindgren
[not found] ` <20140616072720.GX17845-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2014-06-18 1:30 ` Felipe Balbi
2014-06-18 1:30 ` Felipe Balbi
2014-06-18 1:30 ` Felipe Balbi
2014-06-13 16:23 ` [PATCH 0/2] Add support for am437x StarterKit Felipe Balbi
2014-06-13 16:23 ` Felipe Balbi
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=20140616072720.GX17845@atomide.com \
--to=tony@atomide.com \
--cc=balbi@ti.com \
--cc=bcousson@baylibre.com \
--cc=detheridge@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=jelliott@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.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.