All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Josh Wu <josh.wu@atmel.com>
Cc: nicolas.ferre@atmel.com, voice.shen@atmel.com,
	plagnioj@jcrosoft.com, boris.brezillon@free-electrons.com,
	devicetree@vger.kernel.org, robh+dt@kernel.org,
	linux-media@vger.kernel.org, g.liakhovetski@gmx.de,
	laurent.pinchart@ideasonboard.com
Subject: Re: [PATCH 3/7] ARM: at91: dts: sama5d3: add missing pins of isi
Date: Fri, 19 Dec 2014 21:59:51 +0100	[thread overview]
Message-ID: <20141219205951.GA4885@piout.net> (raw)
In-Reply-To: <1418892667-27428-4-git-send-email-josh.wu@atmel.com>

On 18/12/2014 at 16:51:03 +0800, Josh Wu wrote :
> From: Bo Shen <voice.shen@atmel.com>
> 
> The ISI has 12 data lines, add the missing two data lines.
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

> ---
>  arch/arm/boot/dts/sama5d3.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index 595609f..b3ac156 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -568,6 +568,12 @@
>  							 AT91_PIOC 28 AT91_PERIPH_C AT91_PINCTRL_NONE>;	/* PC28 periph C ISI_PD9, conflicts with SPI1_NPCS3, PWMFI0 */
>  					};
>  
> +					pinctrl_isi_data_10_11: isi-0-data-10-11 {
> +						atmel,pins =
> +							<AT91_PIOC 27 AT91_PERIPH_C AT91_PINCTRL_NONE	/* PC27 periph C ISI_PD10, conflicts with SPI1_NPCS2, TWCK1 */
> +							 AT91_PIOC 26 AT91_PERIPH_C AT91_PINCTRL_NONE>;	/* PC26 periph C ISI_PD11, conflicts with SPI1_NPCS1, TWD1 */
> +					};
> +
>  					pinctrl_isi_pck_as_mck: isi_pck_as_mck-0 {
>  						atmel,pins =
>  							<AT91_PIOD 31 AT91_PERIPH_B AT91_PINCTRL_NONE>;	/* PD31 periph B ISI_MCK */
> -- 
> 1.9.1
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-12-19 20:59 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18  8:51 [PATCH 0/7] ARM: at91: dts: sama5d3: add dt support for atmel isi and ov2640 sensor Josh Wu
2014-12-18  8:51 ` Josh Wu
2014-12-18  8:51 ` [PATCH 1/7] ARM: at91: dts: sama5d3: add isi clock Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-19 20:59   ` Alexandre Belloni
2014-12-18  8:51 ` [PATCH 2/7] ARM: at91: dts: sama5d3: split isi pinctrl Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-19 20:59   ` Alexandre Belloni
2014-12-18  8:51 ` [PATCH 3/7] ARM: at91: dts: sama5d3: add missing pins of isi Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-19 20:59   ` Alexandre Belloni [this message]
2014-12-18  8:51 ` [PATCH 4/7] ARM: at91: dts: sama5d3: move the isi mck pin to mb Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-19 21:02   ` Alexandre Belloni
2014-12-18  8:51 ` [PATCH 5/7] ARM: at91: dts: sama5d3: change name of pinctrl_isi_{power,reset} Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-19 20:58   ` Alexandre Belloni
2014-12-18  8:51 ` [PATCH 6/7] ARM: at91: dts: sama5d3: add ov2640 camera sensor support Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-18 12:32   ` Laurent Pinchart
2014-12-19  5:37     ` Josh Wu
2014-12-19  5:37       ` Josh Wu
2014-12-19 21:05   ` Alexandre Belloni
2014-12-22  7:06     ` Josh Wu
2014-12-22  7:06       ` Josh Wu
2014-12-22 13:12       ` Alexandre Belloni
2014-12-18  8:51 ` [PATCH 7/7] ARM: at91: sama5: enable atmel-isi and ov2640 in defconfig Josh Wu
2014-12-18  8:51   ` Josh Wu
2014-12-19 21:05   ` Alexandre Belloni

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=20141219205951.GA4885@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=devicetree@vger.kernel.org \
    --cc=g.liakhovetski@gmx.de \
    --cc=josh.wu@atmel.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    --cc=robh+dt@kernel.org \
    --cc=voice.shen@atmel.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.