All of lore.kernel.org
 help / color / mirror / Atom feed
From: michael@amarulasolutions.com (Michael Trimarchi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] ARM: dts: imx6ul-geam: Add Engicam IMX6UL GEA M6UL initial support
Date: Sat, 20 Feb 2016 18:19:28 +0100	[thread overview]
Message-ID: <20160220171921.GB24064@panicking> (raw)
In-Reply-To: <CAOMZO5AmePs3aE2zRSXcSS8iKQ0m2kvTAezsfHS13e-Zv1HCrA@mail.gmail.com>

Hi Fabio

On Sat, Feb 20, 2016 at 12:11:14PM -0200, Fabio Estevam wrote:
> On Sat, Feb 20, 2016 at 8:20 AM, Michael Trimarchi
> <michael@amarulasolutions.com> wrote:
> 
> > +       reg_1p8v: regulator-1p8v {
> > +               compatible = "regulator-fixed";
> > +               regulator-name = "1P8V";
> > +               regulator-min-microvolt = <1800000>;
> > +               regulator-max-microvolt = <1800000>;
> > +               regulator-boot-on;
> > +               regulator-always-on;
> 
> These last two properties can be removed.
> 

This map the phy connection. Regulator are really always on and they
are always on

Michael

> > +       };
> > +
> > +       reg_3p3v: regulator-3p3v {
> > +               compatible = "regulator-fixed";
> > +               regulator-name = "3P3V";
> > +               regulator-min-microvolt = <3300000>;
> > +               regulator-max-microvolt = <3300000>;
> > +               regulator-boot-on;
> > +               regulator-always-on;
> 
> Ditto.
> 
> > +       pinctrl_spi4: spi4grp {
> > +               fsl,pins = <
> > +                       MX6UL_PAD_BOOT_MODE0__GPIO5_IO10        0x70a1
> > +                       MX6UL_PAD_BOOT_MODE1__GPIO5_IO11        0x70a1
> > +                       MX6UL_PAD_SNVS_TAMPER7__GPIO5_IO07      0x70a1
> > +                       MX6UL_PAD_SNVS_TAMPER8__GPIO5_IO08      0x80000000
> > +               >;
> > +       };
> 
> pinctrl_spi4 seems to be unused.

-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |

WARNING: multiple messages have this Message-ID (diff)
From: Michael Trimarchi <michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
To: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	Fabio Estevam
	<fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Brian Norris
	<computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH 4/4] ARM: dts: imx6ul-geam: Add Engicam IMX6UL GEA M6UL initial support
Date: Sat, 20 Feb 2016 18:19:28 +0100	[thread overview]
Message-ID: <20160220171921.GB24064@panicking> (raw)
In-Reply-To: <CAOMZO5AmePs3aE2zRSXcSS8iKQ0m2kvTAezsfHS13e-Zv1HCrA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Hi Fabio

On Sat, Feb 20, 2016 at 12:11:14PM -0200, Fabio Estevam wrote:
> On Sat, Feb 20, 2016 at 8:20 AM, Michael Trimarchi
> <michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org> wrote:
> 
> > +       reg_1p8v: regulator-1p8v {
> > +               compatible = "regulator-fixed";
> > +               regulator-name = "1P8V";
> > +               regulator-min-microvolt = <1800000>;
> > +               regulator-max-microvolt = <1800000>;
> > +               regulator-boot-on;
> > +               regulator-always-on;
> 
> These last two properties can be removed.
> 

This map the phy connection. Regulator are really always on and they
are always on

Michael

> > +       };
> > +
> > +       reg_3p3v: regulator-3p3v {
> > +               compatible = "regulator-fixed";
> > +               regulator-name = "3P3V";
> > +               regulator-min-microvolt = <3300000>;
> > +               regulator-max-microvolt = <3300000>;
> > +               regulator-boot-on;
> > +               regulator-always-on;
> 
> Ditto.
> 
> > +       pinctrl_spi4: spi4grp {
> > +               fsl,pins = <
> > +                       MX6UL_PAD_BOOT_MODE0__GPIO5_IO10        0x70a1
> > +                       MX6UL_PAD_BOOT_MODE1__GPIO5_IO11        0x70a1
> > +                       MX6UL_PAD_SNVS_TAMPER7__GPIO5_IO07      0x70a1
> > +                       MX6UL_PAD_SNVS_TAMPER8__GPIO5_IO08      0x80000000
> > +               >;
> > +       };
> 
> pinctrl_spi4 seems to be unused.

-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2016-02-20 17:19 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-20 10:20 [PATCH 0/4] Add support for Engicam IMX6UL module Michael Trimarchi
2016-02-20 10:20 ` Michael Trimarchi
2016-02-20 10:20 ` [PATCH 1/4] ARM: dts: imx6ul: Add flexcan1 and flexcan2 support Michael Trimarchi
2016-02-20 10:20   ` Michael Trimarchi
2016-02-20 14:02   ` Fabio Estevam
2016-02-20 14:02     ` Fabio Estevam
2016-02-20 17:18     ` Michael Trimarchi
2016-02-20 17:18       ` Michael Trimarchi
2016-02-20 17:29       ` Fabio Estevam
2016-02-20 17:29         ` Fabio Estevam
2016-02-21 11:18         ` [PATCH V2 " Michael Trimarchi
2016-02-21 11:18           ` Michael Trimarchi
2016-02-20 10:20 ` [PATCH 2/4] ARM: dts: imx6ul: Add LCDIF support Michael Trimarchi
2016-02-20 10:20   ` Michael Trimarchi
2016-02-20 10:20 ` [PATCH 3/4] ARM: dts: imx6ul: Add GPMI nand controller support Michael Trimarchi
2016-02-20 10:20   ` Michael Trimarchi
2016-02-20 11:57   ` Fabio Estevam
2016-02-20 11:57     ` Fabio Estevam
2016-02-20 17:21     ` Michael Trimarchi
2016-02-20 17:21       ` Michael Trimarchi
2016-02-21 11:29       ` [PATCH V2 " Michael Trimarchi
2016-02-21 11:29         ` Michael Trimarchi
2016-02-22  8:26         ` Lothar Waßmann
2016-02-22  8:26           ` Lothar Waßmann
2016-03-20  8:44           ` Michael Trimarchi
2016-03-20  8:44             ` Michael Trimarchi
2016-03-21  9:47             ` Lothar Waßmann
2016-03-21  9:47               ` Lothar Waßmann
2016-03-22  7:44               ` Michael Trimarchi
2016-03-22  7:44                 ` Michael Trimarchi
2016-02-20 10:20 ` [PATCH 4/4] ARM: dts: imx6ul-geam: Add Engicam IMX6UL GEA M6UL initial support Michael Trimarchi
2016-02-20 10:20   ` Michael Trimarchi
2016-02-20 14:11   ` Fabio Estevam
2016-02-20 14:11     ` Fabio Estevam
2016-02-20 17:19     ` Michael Trimarchi [this message]
2016-02-20 17:19       ` Michael Trimarchi
2016-02-20 17:30       ` Fabio Estevam
2016-02-20 17:30         ` Fabio Estevam
2016-02-21 15:32         ` [PATCH V2 " Michael Trimarchi
2016-02-21 15:32           ` Michael Trimarchi
2016-03-30 11:47 ` [PATCH 0/4] Add support for Engicam IMX6UL module Shawn Guo
2016-03-30 11:47   ` Shawn Guo
2016-03-30 12:46   ` Michael Trimarchi
2016-03-30 12:46     ` Michael Trimarchi

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=20160220171921.GB24064@panicking \
    --to=michael@amarulasolutions.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 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.