All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Fritz <chf.fritz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Stefan Riedmueller
	<s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>,
	Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Christian Hemp <c.hemp-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>,
	Stefan Christ <s.christ-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 2/6] ARM: dts: imx6: Add initial support for phyBOARD-Mira
Date: Tue, 19 Dec 2017 18:22:13 +0100	[thread overview]
Message-ID: <1513704133.2106.4.camel@googlemail.com> (raw)
In-Reply-To: <CAOMZO5CSQSpPXTnR69HqHfKZiUpi+eqonqjuEu9mgBECsWG_5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Tue, 2017-12-19 at 15:10 -0200, Fabio Estevam wrote:
> On Tue, Dec 19, 2017 at 1:49 PM, Stefan Riedmueller
> <s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org> wrote:
> 
> > +       reg_pcie: regulator-pcie {
> > +               pinctrl-names = "default";
> > +               pinctrl-0 = <&pinctrl_pcie_reg>;
> > +               compatible = "regulator-fixed";
> > +               regulator-name = "mPCIe_1V5";
> > +               regulator-min-microvolt = <1500000>;
> > +               regulator-max-microvolt = <1500000>;
> > +               gpio = <&gpio3 0 GPIO_ACTIVE_HIGH>;
> > +               regulator-always-on;
> 
> Instead of using 'regulator-always-on' here, you could use:
> 
> vpcie-supply = <&reg_pcie>;
> 
> under the &pcie node
> 
> > +       panel {
> > +               compatible = "auo,g104sn02";
> 
> I could not find this compatible in linux-next.

FYI: I've sent this a few days ago:
https://www.spinics.net/lists/devicetree/msg206590.html





--
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

WARNING: multiple messages have this Message-ID (diff)
From: chf.fritz@googlemail.com (Christoph Fritz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/6] ARM: dts: imx6: Add initial support for phyBOARD-Mira
Date: Tue, 19 Dec 2017 18:22:13 +0100	[thread overview]
Message-ID: <1513704133.2106.4.camel@googlemail.com> (raw)
In-Reply-To: <CAOMZO5CSQSpPXTnR69HqHfKZiUpi+eqonqjuEu9mgBECsWG_5g@mail.gmail.com>

On Tue, 2017-12-19 at 15:10 -0200, Fabio Estevam wrote:
> On Tue, Dec 19, 2017 at 1:49 PM, Stefan Riedmueller
> <s.riedmueller@phytec.de> wrote:
> 
> > +       reg_pcie: regulator-pcie {
> > +               pinctrl-names = "default";
> > +               pinctrl-0 = <&pinctrl_pcie_reg>;
> > +               compatible = "regulator-fixed";
> > +               regulator-name = "mPCIe_1V5";
> > +               regulator-min-microvolt = <1500000>;
> > +               regulator-max-microvolt = <1500000>;
> > +               gpio = <&gpio3 0 GPIO_ACTIVE_HIGH>;
> > +               regulator-always-on;
> 
> Instead of using 'regulator-always-on' here, you could use:
> 
> vpcie-supply = <&reg_pcie>;
> 
> under the &pcie node
> 
> > +       panel {
> > +               compatible = "auo,g104sn02";
> 
> I could not find this compatible in linux-next.

FYI: I've sent this a few days ago:
https://www.spinics.net/lists/devicetree/msg206590.html

  parent reply	other threads:[~2017-12-19 17:22 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-19 15:49 [PATCH 0/6] ARM: dts: Add PHYTEC phyCORE-i.MX 6 and phyBOARD-Mira carrier board support Stefan Riedmueller
2017-12-19 15:49 ` Stefan Riedmueller
2017-12-19 15:49 ` [PATCH 1/6] ARM: dts: imx6: Add initial support for phyCORE-i.MX 6 SOM Stefan Riedmueller
2017-12-19 15:49   ` Stefan Riedmueller
     [not found]   ` <1513698588-13325-2-git-send-email-s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-12-19 17:03     ` Fabio Estevam
2017-12-19 17:03       ` Fabio Estevam
2017-12-19 15:49 ` [PATCH 2/6] ARM: dts: imx6: Add initial support for phyBOARD-Mira Stefan Riedmueller
2017-12-19 15:49   ` Stefan Riedmueller
     [not found]   ` <1513698588-13325-3-git-send-email-s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-12-19 17:10     ` Fabio Estevam
2017-12-19 17:10       ` Fabio Estevam
     [not found]       ` <CAOMZO5CSQSpPXTnR69HqHfKZiUpi+eqonqjuEu9mgBECsWG_5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-19 17:22         ` Christoph Fritz [this message]
2017-12-19 17:22           ` Christoph Fritz
2017-12-19 15:49 ` [PATCH 3/6] ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6Quad/Dual RDK Stefan Riedmueller
2017-12-19 15:49   ` Stefan Riedmueller
     [not found]   ` <1513698588-13325-4-git-send-email-s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-12-19 17:12     ` Fabio Estevam
2017-12-19 17:12       ` Fabio Estevam
2017-12-19 15:49 ` [PATCH 4/6] ARM: dts: imx6: Add support for phxBOARD-Mira i.MX 6 DualLight/Solo RDK Stefan Riedmueller
2017-12-19 15:49   ` Stefan Riedmueller
     [not found]   ` <1513698588-13325-5-git-send-email-s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-12-19 17:14     ` Fabio Estevam
2017-12-19 17:14       ` Fabio Estevam
2017-12-19 15:49 ` [PATCH 5/6] ARM: dts: imx6: Add support for phyBOARD-Mira with i.MX 6QuadPlus Stefan Riedmueller
2017-12-19 15:49   ` Stefan Riedmueller
     [not found]   ` <1513698588-13325-6-git-send-email-s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-12-19 17:15     ` Fabio Estevam
2017-12-19 17:15       ` Fabio Estevam
2017-12-19 15:49 ` [PATCH 6/6] ARM: imx_v6_v7_defconfig: Enable Dialog Semicondocter DA9062 driver Stefan Riedmueller
2017-12-19 15:49   ` Stefan Riedmueller
     [not found]   ` <1513698588-13325-7-git-send-email-s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-12-19 17:16     ` Fabio Estevam
2017-12-19 17:16       ` Fabio Estevam
     [not found]       ` <CAOMZO5CyMoY+24ub09Lp4VHFn=O6FqFELfQzH-WDv1H9OweoHw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-19 17:32         ` Fabio Estevam
2017-12-19 17:32           ` 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=1513704133.2106.4.camel@googlemail.com \
    --to=chf.fritz-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=c.hemp-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=fabio.estevam-3arQi8VN3Tc@public.gmane.org \
    --cc=festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=s.christ-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org \
    --cc=s.riedmueller-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org \
    --cc=shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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.