From: Alexandre Torgue <alexandre.torgue@st.com>
To: Yannick Fertre <yannick.fertre@st.com>,
Thierry Reding <thierry.reding@gmail.com>,
David Airlie <airlied@linux.ie>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Russell King <linux@armlinux.org.uk>,
Mark Rutland <mark.rutland@arm.com>,
Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>
Cc: devicetree@vger.kernel.org, kernel@stlinux.com,
Philippe Cornu <philippe.cornu@st.com>,
dri-devel@lists.freedesktop.org,
Mickael Reulier <mickael.reulier@st.com>,
Gabriel FERNANDEZ <gabriel.fernandez@st.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 6/7] ARM: dts: stm32429i-eval: Enable ltdc & simple panel on Eval board
Date: Mon, 16 Jan 2017 17:02:05 +0100 [thread overview]
Message-ID: <0c00fe15-d926-3359-0e2e-f1c5a8d68cad@st.com> (raw)
In-Reply-To: <1484573344-11609-7-git-send-email-yannick.fertre@st.com>
Hi
On 01/16/2017 02:29 PM, Yannick Fertre wrote:
> Enable ltdc & enable am-480272h3tmqw-t01h panel.
>
> Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
> ---
Can you please change commit header with:
"ARM: dts: stm32: Enable ltdc & simple panel on stm32f429-Eval board"
> arch/arm/boot/dts/stm32429i-eval.dts | 58 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 58 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
> index 2de6487..f987ca5 100644
> --- a/arch/arm/boot/dts/stm32429i-eval.dts
> +++ b/arch/arm/boot/dts/stm32429i-eval.dts
> @@ -88,6 +88,52 @@
> clocks = <&rcc 0 30>;
> clock-names = "main_clk";
> };
> +
> + panel_rgb: panel-rgb {
> + compatible = "ampire,am-480272h3tmqw-t01h";
> + status = "okay";
> + port {
> + panel_in_rgb: endpoint {
> + remote-endpoint = <<dc_out_rgb>;
> + };
> + };
> + };
> +};
> +
> +&pinctrl {
> + pinctrl_ltdc: ltdc@0 {
> + pins {
Pinmuxing definition is SOC specific. Please move it in stm32f429.dtsi
file. Note that a development is ongoing to define pinmuxing in a
dedicated pinctrl-stm32f4.dtsi file.
> + pinmux = <STM32F429_PI12_FUNC_LCD_HSYNC>,
> + <STM32F429_PI13_FUNC_LCD_VSYNC>,
> + <STM32F429_PI14_FUNC_LCD_CLK>,
> + <STM32F429_PI15_FUNC_LCD_R0>,
> + <STM32F429_PJ0_FUNC_LCD_R1>,
> + <STM32F429_PJ1_FUNC_LCD_R2>,
> + <STM32F429_PJ2_FUNC_LCD_R3>,
> + <STM32F429_PJ3_FUNC_LCD_R4>,
> + <STM32F429_PJ4_FUNC_LCD_R5>,
> + <STM32F429_PJ5_FUNC_LCD_R6>,
> + <STM32F429_PJ6_FUNC_LCD_R7>,
> + <STM32F429_PJ7_FUNC_LCD_G0>,
> + <STM32F429_PJ8_FUNC_LCD_G1>,
> + <STM32F429_PJ9_FUNC_LCD_G2>,
> + <STM32F429_PJ10_FUNC_LCD_G3>,
> + <STM32F429_PJ11_FUNC_LCD_G4>,
> + <STM32F429_PJ12_FUNC_LCD_B0>,
> + <STM32F429_PJ13_FUNC_LCD_B1>,
> + <STM32F429_PJ14_FUNC_LCD_B2>,
> + <STM32F429_PJ15_FUNC_LCD_B3>,
> + <STM32F429_PK0_FUNC_LCD_G5>,
> + <STM32F429_PK1_FUNC_LCD_G6>,
> + <STM32F429_PK2_FUNC_LCD_G7>,
> + <STM32F429_PK3_FUNC_LCD_B4>,
> + <STM32F429_PK4_FUNC_LCD_B5>,
> + <STM32F429_PK5_FUNC_LCD_B6>,
> + <STM32F429_PK6_FUNC_LCD_B7>,
> + <STM32F429_PK7_FUNC_LCD_DE>;
> + slew-rate = <2>;
> + };
> + };
> };
>
> &clk_hse {
> @@ -123,3 +169,15 @@
> pinctrl-names = "default";
> status = "okay";
> };
> +
> +<dc_host{
> + status = "okay";
> + pinctrl-0 = <&pinctrl_ltdc>;
> + pinctrl-names = "default";
> +
> + port {
> + ltdc_out_rgb: endpoint {
> + remote-endpoint = <&panel_in_rgb>;
> + };
> + };
> +};
>
next prev parent reply other threads:[~2017-01-16 16:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 13:28 [PATCH v1 0/7] DRM: add LTDC support for STM32F4 Yannick Fertre
2017-01-16 13:28 ` [PATCH v1 1/7] dt-bindings: display: add STM32 LTDC driver Yannick Fertre
2017-01-16 20:30 ` Laurent Pinchart
2017-01-19 16:16 ` Yannick FERTRE
2017-01-19 16:31 ` Rob Herring
[not found] ` <1484573344-11609-2-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-01-19 16:29 ` Rob Herring
2017-01-16 13:28 ` [PATCH v1 2/7] drm/st: Add " Yannick Fertre
2017-01-16 13:29 ` [PATCH v1 3/7] dt-bindings: Add Ampire AM-480272H3TMQW-T01H panel Yannick Fertre
2017-01-19 16:32 ` Rob Herring
2017-01-16 13:29 ` [PATCH v1 4/7] drm/panel: simple: Add support for Ampire AM-480272H3TMQW-T01H Yannick Fertre
2017-01-16 13:29 ` [PATCH v1 5/7] ARM: dts: stm32f429: Add ltdc support Yannick Fertre
[not found] ` <1484573344-11609-6-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-01-16 15:58 ` Alexandre Torgue
2017-01-16 13:29 ` [PATCH v1 6/7] ARM: dts: stm32429i-eval: Enable ltdc & simple panel on Eval board Yannick Fertre
2017-01-16 16:02 ` Alexandre Torgue [this message]
2017-01-16 13:29 ` [PATCH v1 7/7] ARM: configs: Add STM32 LTDC support in STM32 defconfig Yannick Fertre
2017-01-16 16:03 ` Alexandre Torgue
2017-01-16 16:02 ` [PATCH v1 0/7] DRM: add LTDC support for STM32F4 Neil Armstrong
2017-01-19 10:35 ` Yannick FERTRE
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=0c00fe15-d926-3359-0e2e-f1c5a8d68cad@st.com \
--to=alexandre.torgue@st.com \
--cc=airlied@linux.ie \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gabriel.fernandez@st.com \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mickael.reulier@st.com \
--cc=philippe.cornu@st.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--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 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).