public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <peda@axentia.se>, <linux-kernel@vger.kernel.org>
Cc: <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
	<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: at91: tse850: add properties for gpio-line-names
Date: Mon, 22 May 2023 09:46:23 +0000	[thread overview]
Message-ID: <49665b08-91f7-e449-cc9a-1fd042a0f422@microchip.com> (raw)
In-Reply-To: <32995b53-7f73-936f-a81d-5f1969f64910@axentia.se>

On 28.04.2023 11:06, Peter Rosin wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Signal names are one-to-one copies from the schematics, except VBUS
> which is an unnamed signal there.
> 
> Signed-off-by: Peter Rosin <peda@axentia.se>

Applied to at91-dt, thanks!

Please note that I've added 1 tab in front of index based comment. It looks
more readable this way and this is how other DTSes I've inspect are doing.
Please have a look [1] and let me know if there are any issues.

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git/commit/?h=at91-dt&id=08e4dd1d12acc02244b119790c8e50bbf3618a89

> ---
>  arch/arm/boot/dts/at91-tse850-3.dts | 60 +++++++++++++++++++++++++++++
>  1 file changed, 60 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91-tse850-3.dts b/arch/arm/boot/dts/at91-tse850-3.dts
> index b99a4fb44a36..13d92797ada6 100644
> --- a/arch/arm/boot/dts/at91-tse850-3.dts
> +++ b/arch/arm/boot/dts/at91-tse850-3.dts
> @@ -300,3 +300,63 @@
> 
>         dmas = <0>, <0>;        /*  Do not use DMA for dbgu */
>  };
> +
> +&pioA {
> +       gpio-line-names =
> +/*  0 */       "SUP-A", "SUP-B", "SUP-C", "SIG<LEV",
> +/*  4 */       "", "/RFRST", "", "",
> +/*  8 */       "/ADD", "", "/LOOP1", "/LOOP2",
> +/* 12 */       "", "", "", "",
> +/* 16 */       "LED1GREEN", "LED1RED", "LED2GREEN", "LED2RED",
> +/* 20 */       "LED3GREEN", "LED3RED", "LED4GREEN", "LED4RED",
> +/* 24 */       "", "", "", "",
> +/* 28 */       "", "", "SDA", "SCL";
> +};
> +
> +&pioB {
> +       gpio-line-names =
> +/*  0 */       "", "", "", "",
> +/*  4 */       "", "", "", "",
> +/*  8 */       "", "", "", "",
> +/* 12 */       "", "", "", "",
> +/* 16 */       "", "", "", "",
> +/* 20 */       "", "", "", "",
> +/* 24 */       "", "", "SIG<LIN", "SIG>LIN",
> +/* 28 */       "RXD", "TXD", "BRX", "BTX";
> +};
> +
> +&pioC {
> +       gpio-line-names =
> +/*  0 */       "ETX0", "ETX1", "ERX0", "ERX1",
> +/*  4 */       "ETXEN", "ECRSDV", "ERXER", "EREFCK",
> +/*  8 */       "EMDC", "EMDIO", "", "",
> +/* 12 */       "", "", "", "/ILIM",
> +/* 16 */       "BCK", "LRCK", "DIN", "",
> +/* 20 */       "", "", "", "",
> +/* 24 */       "", "", "", "",
> +/* 28 */       "", "", "", "VBUS";
> +};
> +
> +&pioD {
> +       gpio-line-names =
> +/*  0 */       "I1", "I2", "O1", "EXTVEN",
> +/*  4 */       "", "456KHZ", "VCTRL", "SYNCSEL",
> +/*  8 */       "STEREO", "", "", "",
> +/* 12 */       "", "", "", "",
> +/* 16 */       "", ">LIN", "LIN>", "",
> +/* 20 */       "VREFEN", "", "", "",
> +/* 24 */       "", "", "VINOK", "",
> +/* 28 */       "POEOK", "USBON", "POELOAD", "";
> +};
> +
> +&pioE {
> +       gpio-line-names =
> +/*  0 */       "", "", "", "",
> +/*  4 */       "", "", "", "",
> +/*  8 */       "", "", "", "",
> +/* 12 */       "", "", "", "",
> +/* 16 */       "", "", "", "",
> +/* 20 */       "", "ALE", "CLE", "",
> +/* 24 */       "", "", "", "",
> +/* 28 */       "", "", "", "/ETHINT";
> +};
> --
> 2.20.1
> 


  reply	other threads:[~2023-05-22  9:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28  8:06 [PATCH] ARM: dts: at91: tse850: add properties for gpio-line-names Peter Rosin
2023-05-22  9:46 ` Claudiu.Beznea [this message]
2023-05-22 10:21   ` Peter Rosin

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=49665b08-91f7-e449-cc9a-1fd042a0f422@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peda@axentia.se \
    --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