linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: i.MX: Migrate Freescale i.MX27 IP Camera board to devicetree
Date: Fri, 13 Jun 2014 12:15:21 -0300	[thread overview]
Message-ID: <CAOMZO5A7xVYNMCMnSjvhXCCU28ADXFq9idbRkFBvcs3U4jssGA@mail.gmail.com> (raw)
In-Reply-To: <1402642578-2456-1-git-send-email-shc_work@mail.ru>

On Fri, Jun 13, 2014 at 3:56 AM, Alexander Shiyan <shc_work@mail.ru> wrote:

> +       regulators {
> +               compatible = "simple-bus";
> +               #address-cells = <1>;
> +               #size-cells = <0>;
> +
> +               reg_5v0: regulator at 0 {
> +                       compatible = "regulator-fixed";
> +                       pinctrl-names = "default";
> +                       pinctrl-0 = <&pinctrl_reg5v0>;
> +                       reg = <0>;
> +                       regulator-name = "5V0";
> +                       regulator-min-microvolt = <5000000>;
> +                       regulator-max-microvolt = <5000000>;
> +                       gpio = <&gpio6 9 GPIO_ACTIVE_HIGH>;
> +                       regulator-always-on;
> +               };

I don't see this reg_5v0 regulator being referenced anywhere.

Anyway, I am fine if you simply drop the board support file for the mx27 ipcam.

No need to add a dts for it, as I don't have access to this board anymore.

  parent reply	other threads:[~2014-06-13 15:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-13  6:56 [PATCH 1/2] ARM: i.MX: Migrate Freescale i.MX27 IP Camera board to devicetree Alexander Shiyan
2014-06-13  6:56 ` [PATCH 2/2] ARM: i.MX: Migrate Freescale Logic Product Development i.MX27 Lite-Kit " Alexander Shiyan
2014-06-13 15:15 ` Fabio Estevam [this message]
2014-06-13 15:21   ` [PATCH 1/2] ARM: i.MX: Migrate Freescale i.MX27 IP Camera " Alexander Shiyan
2014-06-18 14:31     ` Shawn Guo
2014-06-18 17:25       ` Alexander Shiyan
2014-06-18 17:31         ` Fabio Estevam

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=CAOMZO5A7xVYNMCMnSjvhXCCU28ADXFq9idbRkFBvcs3U4jssGA@mail.gmail.com \
    --to=festevam@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).