soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch "arm64: dts: ls1043a: Update i2c dma properties" has been added to the 5.16-stable tree
@ 2022-04-04 10:58 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2022-04-04 10:58 UTC (permalink / raw)
  To: arnd, gregkh, singh.kuldeep87k, soc; +Cc: stable-commits


This is a note to let you know that I've just added the patch titled

    arm64: dts: ls1043a: Update i2c dma properties

to the 5.16-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-ls1043a-update-i2c-dma-properties.patch
and it can be found in the queue-5.16 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


From aa4df840d1c5eab2bb33695efe4409b3e5526749 Mon Sep 17 00:00:00 2001
From: Kuldeep Singh <singh.kuldeep87k@gmail.com>
Date: Sat, 26 Mar 2022 09:53:11 +0530
Subject: arm64: dts: ls1043a: Update i2c dma properties

From: Kuldeep Singh <singh.kuldeep87k@gmail.com>

commit aa4df840d1c5eab2bb33695efe4409b3e5526749 upstream.

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")
Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
CC: soc@kernel.org
Link: https://lore.kernel.org/r/20220326042313.97862-4-singh.kuldeep87k@gmail.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -536,9 +536,9 @@
 			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";
 		};
 


Patches currently in stable-queue which might be from singh.kuldeep87k@gmail.com are

queue-5.16/arm64-dts-ns2-fix-spi-cpol-and-spi-cpha-property.patch
queue-5.16/arm64-dts-ls1043a-update-i2c-dma-properties.patch
queue-5.16/arm64-dts-ls1046a-update-i2c-node-dma-properties.patch
queue-5.16/arm-dts-spear1340-update-serial-node-properties.patch
queue-5.16/arm-dts-spear13xx-update-spi-dma-properties.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-04 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 10:58 Patch "arm64: dts: ls1043a: Update i2c dma properties" has been added to the 5.16-stable tree gregkh

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).