[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <03f0c9de-578c-4f4f-b67b-3eabd930d8e1@microchip.com>
Date: Wed, 9 Mar 2022 13:11:12 +0000
From: <Tudor.Ambarus@...rochip.com>
To: <Sergiu.Moga@...rochip.com>, <robh+dt@...nel.org>,
<krzysztof.kozlowski@...onical.com>, <Nicolas.Ferre@...rochip.com>,
<alexandre.belloni@...tlin.com>, <Claudiu.Beznea@...rochip.com>
CC: <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-i2c@...r.kernel.org>
Subject: Re: [PATCH 1/3] ARM: dts: at91: sama7g5: Swap `rx` and `tx` for `i2c`
nodes
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@...rochip.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@...rochip.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@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Powered by blists - more mailing lists