All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Torgue <alexandre.torgue@st.com>
To: "Yannick Fertré" <yannick.fertre@st.com>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Mark Rutland" <mark.rutland@arm.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"Benjamin Gaignard" <benjamin.gaignard@st.com>,
	"Philippe Cornu" <philippe.cornu@st.com>
Subject: Re: [PATCH] ARM: dts: stm32: add power supply of otm8009a on stm32mp157c-dk2
Date: Wed, 10 Apr 2019 15:54:18 +0200	[thread overview]
Message-ID: <757bcb50-0a4e-68e3-521f-997185196ac3@st.com> (raw)
In-Reply-To: <1553854406-28992-1-git-send-email-yannick.fertre@st.com>

Hi Yannick

On 3/29/19 11:13 AM, Yannick Fertré wrote:
> This patch adds a new property (power-supply) to panel otm8009a (orisetech)
> on stm32mp157c-dk2  & regulator v3v3 which is always set on until the
> implementation of regulator driver.
> 
> Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
> ---
>   arch/arm/boot/dts/stm32mp157c-dk2.dts | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157c-dk2.dts b/arch/arm/boot/dts/stm32mp157c-dk2.dts
> index 363aeb9..20ea601 100644
> --- a/arch/arm/boot/dts/stm32mp157c-dk2.dts
> +++ b/arch/arm/boot/dts/stm32mp157c-dk2.dts
> @@ -50,6 +50,7 @@
>   		compatible = "orisetech,otm8009a";
>   		reg = <0>;
>   		reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
> +		power-supply = <&v3v3>;
>   		status = "okay";
>   
>   		port {
> 

Applied on stm32-next. I just updated the commit message as regulator 
fixed hook is no more used due to stpmic1 merge.

Thanks.
Alex

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Torgue <alexandre.torgue@st.com>
To: "Yannick Fertré" <yannick.fertre@st.com>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Mark Rutland" <mark.rutland@arm.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"Benjamin Gaignard" <benjamin.gaignard@st.com>,
	"Philippe Cornu" <philippe.cornu@st.com>
Subject: Re: [PATCH] ARM: dts: stm32: add power supply of otm8009a on stm32mp157c-dk2
Date: Wed, 10 Apr 2019 15:54:18 +0200	[thread overview]
Message-ID: <757bcb50-0a4e-68e3-521f-997185196ac3@st.com> (raw)
In-Reply-To: <1553854406-28992-1-git-send-email-yannick.fertre@st.com>

Hi Yannick

On 3/29/19 11:13 AM, Yannick Fertré wrote:
> This patch adds a new property (power-supply) to panel otm8009a (orisetech)
> on stm32mp157c-dk2  & regulator v3v3 which is always set on until the
> implementation of regulator driver.
> 
> Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
> ---
>   arch/arm/boot/dts/stm32mp157c-dk2.dts | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157c-dk2.dts b/arch/arm/boot/dts/stm32mp157c-dk2.dts
> index 363aeb9..20ea601 100644
> --- a/arch/arm/boot/dts/stm32mp157c-dk2.dts
> +++ b/arch/arm/boot/dts/stm32mp157c-dk2.dts
> @@ -50,6 +50,7 @@
>   		compatible = "orisetech,otm8009a";
>   		reg = <0>;
>   		reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
> +		power-supply = <&v3v3>;
>   		status = "okay";
>   
>   		port {
> 

Applied on stm32-next. I just updated the commit message as regulator 
fixed hook is no more used due to stpmic1 merge.

Thanks.
Alex

  reply	other threads:[~2019-04-10 13:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-29 10:13 [PATCH] ARM: dts: stm32: add power supply of otm8009a on stm32mp157c-dk2 Yannick Fertré
2019-03-29 10:13 ` Yannick Fertré
2019-03-29 10:13 ` Yannick Fertré
2019-04-10 13:54 ` Alexandre Torgue [this message]
2019-04-10 13:54   ` Alexandre Torgue

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=757bcb50-0a4e-68e3-521f-997185196ac3@st.com \
    --to=alexandre.torgue@st.com \
    --cc=benjamin.gaignard@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mark.rutland@arm.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=philippe.cornu@st.com \
    --cc=robh+dt@kernel.org \
    --cc=yannick.fertre@st.com \
    /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.