From: Alexandre Torgue <alexandre.torgue@st.com>
To: Benjamin Gaignard <benjamin.gaignard@st.com>,
<mcoquelin.stm32@gmail.com>, <robh+dt@kernel.org>,
<mark.rutland@arm.com>
Cc: <linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco
Date: Thu, 9 Jan 2020 10:47:11 +0100 [thread overview]
Message-ID: <d4d67add-9dd2-4589-42b1-226f63d1ed29@st.com> (raw)
In-Reply-To: <20200108132647.26131-2-benjamin.gaignard@st.com>
Hi
On 1/8/20 2:26 PM, Benjamin Gaignard wrote:
> Add a fixed regulator and use it as power supply for DSI panel.
>
> Fixes: 18c8866266 ("ARM: dts: stm32: Add display support on stm32f469-disco")
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
> arch/arm/boot/dts/stm32f469-disco.dts | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
> index f3ce477b7bae..4801565e19d7 100644
> --- a/arch/arm/boot/dts/stm32f469-disco.dts
> +++ b/arch/arm/boot/dts/stm32f469-disco.dts
> @@ -76,6 +76,13 @@
> regulator-max-microvolt = <3300000>;
> };
>
> + vdd_dsi: vdd-dsi {
> + compatible = "regulator-fixed";
> + regulator-name = "vdd_dsi";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + };
> +
> soc {
> dma-ranges = <0xc0000000 0x0 0x10000000>;
> };
> @@ -155,6 +162,7 @@
> compatible = "orisetech,otm8009a";
> reg = <0>; /* dsi virtual channel (0..3) */
> reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
> + power-supply = <&vdd_dsi>;
> status = "okay";
>
> port {
>
Applied on stm32-next.
Thanks
Alex
next prev parent reply other threads:[~2020-01-09 9:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 13:26 [PATCH] ARM: dts: stm32: Add power-supply for RGB panel on stm32429i-eval Benjamin Gaignard
2020-01-08 13:26 ` [PATCH] ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco Benjamin Gaignard
2020-01-09 9:47 ` Alexandre Torgue [this message]
2020-01-09 9:46 ` [PATCH] ARM: dts: stm32: Add power-supply for RGB panel on stm32429i-eval 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=d4d67add-9dd2-4589-42b1-226f63d1ed29@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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®