From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: "Lothar Waßmann" <LW@KARO-electronics.de>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Kumar Gala <galak@codeaurora.org>,
Mark Rutland <mark.rutland@arm.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>,
Russell King <linux@arm.linux.org.uk>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] ARM: dts: sama5d4: cleanup - add blank lines between pinctrl nodes
Date: Mon, 25 Jan 2016 12:18:41 +0100 [thread overview]
Message-ID: <20160125111841.GB4027@piout.net> (raw)
In-Reply-To: <1453293337-16078-2-git-send-email-LW@KARO-electronics.de>
Hi,
On 20/01/2016 at 13:35:35 +0100, Lothar Waßmann wrote :
A commit message is mandatory even when small ;)
> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
I'm not sure the added blank lines add any clarity to the fille but I
won't object. Maybe Nicolas as an opinion.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index b8032bc..6c0dc89 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -1428,22 +1428,27 @@
> atmel,pins =
> <AT91_PIOE 31 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* conflicts with USBA_VBUS */
> };
> +
> pinctrl_adc0_ad0: adc0_ad0 {
> atmel,pins =
> <AT91_PIOC 27 AT91_PERIPH_A AT91_PINCTRL_NONE>;
> };
> +
> pinctrl_adc0_ad1: adc0_ad1 {
> atmel,pins =
> <AT91_PIOC 28 AT91_PERIPH_A AT91_PINCTRL_NONE>;
> };
> +
> pinctrl_adc0_ad2: adc0_ad2 {
> atmel,pins =
> <AT91_PIOC 29 AT91_PERIPH_A AT91_PINCTRL_NONE>;
> };
> +
> pinctrl_adc0_ad3: adc0_ad3 {
> atmel,pins =
> <AT91_PIOC 30 AT91_PERIPH_A AT91_PINCTRL_NONE>;
> };
> +
> pinctrl_adc0_ad4: adc0_ad4 {
> atmel,pins =
> <AT91_PIOC 31 AT91_PERIPH_A AT91_PINCTRL_NONE>;
> @@ -1497,11 +1502,13 @@
> AT91_PIOB 3 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_VSYNC */
> AT91_PIOB 4 AT91_PERIPH_C AT91_PINCTRL_NONE>; /* ISI_HSYNC */
> };
> +
> pinctrl_isi_data_8_9: isi-0-data-8-9 {
> atmel,pins =
> <AT91_PIOC 0 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_D8, conflicts with SPI0_MISO, PWMH2 */
> AT91_PIOC 1 AT91_PERIPH_C AT91_PINCTRL_NONE>; /* ISI_D9, conflicts with SPI0_MOSI, PWML2 */
> };
> +
> pinctrl_isi_data_10_11: isi-0-data-10-11 {
> atmel,pins =
> <AT91_PIOC 2 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_D10, conflicts with SPI0_SPCK, PWMH3 */
> @@ -1517,9 +1524,11 @@
> AT91_PIOA 29 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDDEN */
> AT91_PIOA 28 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* LCDPCK */
> };
> +
> pinctrl_lcd_pwm: lcd-pwm-0 {
> atmel,pins = <AT91_PIOA 24 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* LCDPWM */
> };
> +
> pinctrl_lcd_rgb444: lcd-rgb-0 {
> atmel,pins =
> <AT91_PIOA 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD0 pin */
> @@ -1535,6 +1544,7 @@
> AT91_PIOA 10 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD10 pin */
> AT91_PIOA 11 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* LCDD11 pin */
> };
> +
> pinctrl_lcd_rgb565: lcd-rgb-1 {
> atmel,pins =
> <AT91_PIOA 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD0 pin */
> @@ -1554,6 +1564,7 @@
> AT91_PIOA 14 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD14 pin */
> AT91_PIOA 15 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* LCDD15 pin */
> };
> +
> pinctrl_lcd_rgb666: lcd-rgb-2 {
> atmel,pins =
> <AT91_PIOA 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD2 pin */
> @@ -1575,6 +1586,7 @@
> AT91_PIOA 22 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD22 pin */
> AT91_PIOA 23 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* LCDD23 pin */
> };
> +
> pinctrl_lcd_rgb777: lcd-rgb-3 {
> atmel,pins =
> /* LCDDAT0 conflicts with TMS */
> @@ -1602,6 +1614,7 @@
> AT91_PIOA 22 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD22 pin */
> AT91_PIOA 23 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* LCDD23 pin */
> };
> +
> pinctrl_lcd_rgb888: lcd-rgb-4 {
> atmel,pins =
> <AT91_PIOA 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* LCDD0 pin */
> --
> 2.1.4
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-01-25 11:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-20 12:35 ARM: dts: sama5d4: add support for Ka-Ro electronics TXA5 modules Lothar Waßmann
2016-01-20 12:35 ` [PATCH 1/3] ARM: dts: sama5d4: cleanup - add blank lines between pinctrl nodes Lothar Waßmann
2016-01-25 11:18 ` Alexandre Belloni [this message]
2016-01-25 13:35 ` Nicolas Ferre
2016-01-20 12:35 ` [PATCH 2/3] ARM: dts: sama5d4: add labels for watchdog and " Lothar Waßmann
2016-01-25 11:19 ` Alexandre Belloni
2016-01-25 13:35 ` Nicolas Ferre
2016-01-20 12:35 ` [PATCH 3/3] ARM: dts: sama5d4: add support for Ka-Ro electronics TXA5 modules Lothar Waßmann
2016-01-25 11:34 ` Alexandre Belloni
2016-01-25 13:40 ` Nicolas Ferre
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=20160125111841.GB4027@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=LW@KARO-electronics.de \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=nicolas.ferre@atmel.com \
--cc=pawel.moll@arm.com \
--cc=plagnioj@jcrosoft.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
Powered by JetHome