diff mbox series

[3/4] arm64: dts: ls1043a: Update i2c dma properties

Message ID 20220326042313.97862-4-singh.kuldeep87k@gmail.com (mailing list archive)
State New, archived
Headers show
Series DT updates for dma-names ordering checks | expand

Commit Message

Kuldeep Singh March 26, 2022, 4:23 a.m. UTC
Reorder dmas and dma-names properties for i2c controller node to make it
compliant with bindings.

Fixes: 6d453cd22357 ("arm64: dts: add Freescale LS1043a SoC support")
CC: soc@kernel.org
Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Shawn Guo April 10, 2022, 7:53 a.m. UTC | #1
On Sat, Mar 26, 2022 at 09:53:11AM +0530, Kuldeep Singh wrote:
> Reorder dmas and dma-names properties for i2c controller node to make it
> compliant with bindings.
> 
> Fixes: 6d453cd22357 ("arm64: dts: add Freescale LS1043a SoC support")
> CC: soc@kernel.org
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>

Applied 3/4 and 4/4, thanks!
Shawn Guo April 10, 2022, 7:57 a.m. UTC | #2
On Sun, Apr 10, 2022 at 3:54 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Sat, Mar 26, 2022 at 09:53:11AM +0530, Kuldeep Singh wrote:
> > Reorder dmas and dma-names properties for i2c controller node to make it
> > compliant with bindings.
> >
> > Fixes: 6d453cd22357 ("arm64: dts: add Freescale LS1043a SoC support")
> > CC: soc@kernel.org
> > Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
>
> Applied 3/4 and 4/4, thanks!

Ignore it.  They have landed into v5.18-rc1.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index 01b01e320411..35d1939e690b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -536,9 +536,9 @@  i2c0: i2c@2180000 {
 			clock-names = "i2c";
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(1)>;
-			dmas = <&edma0 1 39>,
-			       <&edma0 1 38>;
-			dma-names = "tx", "rx";
+			dmas = <&edma0 1 38>,
+			       <&edma0 1 39>;
+			dma-names = "rx", "tx";
 			status = "disabled";
 		};