* Patch "arm64: dts: ls1046a: Update i2c node dma properties" has been added to the 5.17-stable tree
@ 2022-04-04 11:06 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2022-04-04 11:06 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: ls1046a: Update i2c node dma properties
to the 5.17-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-ls1046a-update-i2c-node-dma-properties.patch
and it can be found in the queue-5.17 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 eeeb4f1075d71d67083c75f69247206e9b3d9f4a Mon Sep 17 00:00:00 2001
From: Kuldeep Singh <singh.kuldeep87k@gmail.com>
Date: Sat, 26 Mar 2022 09:53:12 +0530
Subject: arm64: dts: ls1046a: Update i2c node dma properties
From: Kuldeep Singh <singh.kuldeep87k@gmail.com>
commit eeeb4f1075d71d67083c75f69247206e9b3d9f4a upstream.
Reorder dmas and dma-names properties for i2c controller node to make it
compliant with bindings.
Fixes: 8126d88162a5 ("arm64: dts: add QorIQ LS1046A SoC support")
Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
CC: soc@kernel.org
Link: https://lore.kernel.org/r/20220326042313.97862-5-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-ls1046a.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -499,9 +499,9 @@
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
- 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.17/arm64-dts-ns2-fix-spi-cpol-and-spi-cpha-property.patch
queue-5.17/arm64-dts-ls1043a-update-i2c-dma-properties.patch
queue-5.17/arm64-dts-ls1046a-update-i2c-node-dma-properties.patch
queue-5.17/arm-dts-spear1340-update-serial-node-properties.patch
queue-5.17/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 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04 11:06 Patch "arm64: dts: ls1046a: Update i2c node dma properties" has been added to the 5.17-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).