linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <Tudor.Ambarus@microchip.com>
To: <Sergiu.Moga@microchip.com>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski@canonical.com>,
	<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<Claudiu.Beznea@microchip.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-i2c@vger.kernel.org>
Subject: Re: [PATCH 1/3] ARM: dts: at91: sama7g5: Swap `rx` and `tx` for `i2c` nodes
Date: Wed, 9 Mar 2022 13:11:12 +0000	[thread overview]
Message-ID: <03f0c9de-578c-4f4f-b67b-3eabd930d8e1@microchip.com> (raw)
In-Reply-To: <20220309120714.51393-2-sergiu.moga@microchip.com>

On 3/9/22 14:07, Sergiu Moga wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Swap `rx` and `tx` for the `dma-names` property of the `i2c` nodes
> in order to maintain consistency across Microchip/Atmel SoC files.
> 
> Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>

Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>

> ---
>  arch/arm/boot/dts/sama7g5.dtsi | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi
> index 4decd3a91a76..f691c8f08d04 100644
> --- a/arch/arm/boot/dts/sama7g5.dtsi
> +++ b/arch/arm/boot/dts/sama7g5.dtsi
> @@ -601,9 +601,9 @@ i2c1: i2c@600 {
>                                 #size-cells = <0>;
>                                 clocks = <&pmc PMC_TYPE_PERIPHERAL 39>;
>                                 atmel,fifo-size = <32>;
> -                               dmas = <&dma0 AT91_XDMAC_DT_PERID(7)>,
> -                                       <&dma0 AT91_XDMAC_DT_PERID(8)>;
> -                               dma-names = "rx", "tx";
> +                               dmas = <&dma0 AT91_XDMAC_DT_PERID(8)>,
> +                                       <&dma0 AT91_XDMAC_DT_PERID(7)>;
> +                               dma-names = "tx", "rx";
>                                 status = "disabled";
>                         };
>                 };
> @@ -786,9 +786,9 @@ i2c8: i2c@600 {
>                                 #size-cells = <0>;
>                                 clocks = <&pmc PMC_TYPE_PERIPHERAL 46>;
>                                 atmel,fifo-size = <32>;
> -                               dmas = <&dma0 AT91_XDMAC_DT_PERID(21)>,
> -                                       <&dma0 AT91_XDMAC_DT_PERID(22)>;
> -                               dma-names = "rx", "tx";
> +                               dmas = <&dma0 AT91_XDMAC_DT_PERID(22)>,
> +                                       <&dma0 AT91_XDMAC_DT_PERID(21)>;
> +                               dma-names = "tx", "rx";
>                                 status = "disabled";
>                         };
>                 };
> @@ -810,9 +810,9 @@ i2c9: i2c@600 {
>                                 #size-cells = <0>;
>                                 clocks = <&pmc PMC_TYPE_PERIPHERAL 47>;
>                                 atmel,fifo-size = <32>;
> -                               dmas = <&dma0 AT91_XDMAC_DT_PERID(23)>,
> -                                       <&dma0 AT91_XDMAC_DT_PERID(24)>;
> -                               dma-names = "rx", "tx";
> +                               dmas = <&dma0 AT91_XDMAC_DT_PERID(24)>,
> +                                       <&dma0 AT91_XDMAC_DT_PERID(23)>;
> +                               dma-names = "tx", "rx";
>                                 status = "disabled";
>                         };
>                 };
> --
> 2.25.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


  reply	other threads:[~2022-03-09 13:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 12:07 [PATCH 0/3] dt-bindings: i2c: convert i2c-at91 to json-schema Sergiu Moga
2022-03-09 12:07 ` [PATCH 1/3] ARM: dts: at91: sama7g5: Swap `rx` and `tx` for `i2c` nodes Sergiu Moga
2022-03-09 13:11   ` Tudor.Ambarus [this message]
2022-03-09 12:07 ` [PATCH 2/3] dt-bindings: i2c: convert i2c-at91 to json-schema Sergiu Moga
2022-03-09 22:20   ` Rob Herring
2022-03-10  7:21   ` Krzysztof Kozlowski
2022-03-10 10:33     ` Sergiu.Moga
2022-03-09 12:07 ` [PATCH 3/3] dt-bindings: i2c: at91: Add SAMA7G5 compatible strings list Sergiu Moga
2022-03-10  7:22   ` Krzysztof Kozlowski
2022-03-10 10:42     ` Sergiu.Moga
2022-03-10 11:05       ` Krzysztof Kozlowski

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=03f0c9de-578c-4f4f-b67b-3eabd930d8e1@microchip.com \
    --to=tudor.ambarus@microchip.com \
    --cc=Claudiu.Beznea@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=Sergiu.Moga@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).