devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx8qm: Align edma3 power-domains resources indentation
@ 2023-12-14 19:46 Frank Li
  2023-12-14 19:46 ` [PATCH 2/2] arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers Frank Li
  2024-02-01 10:04 ` [PATCH 1/2] arm64: dts: imx8qm: Align edma3 power-domains resources indentation Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Li @ 2023-12-14 19:46 UTC (permalink / raw)
  To: shawnguo, xiaolei.wang
  Cc: Frank.li, conor+dt, devicetree, festevam, imx, kernel,
	krzysztof.kozlowski+dt, linux-arm-kernel, linux-imx, linux-kernel,
	marcel.ziswiler, qiangqing.zhang, robh+dt, s.hauer

<&pd IMX_SC_R_DMA_1_CH*> is now properly aligned with the previous line
for improved code readability.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
index 69cb8676732ea..453fabfd17b81 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
@@ -98,13 +98,13 @@ &edma2 {
 
 &edma3 {
 	power-domains = <&pd IMX_SC_R_DMA_1_CH0>,
-		     <&pd IMX_SC_R_DMA_1_CH1>,
-		     <&pd IMX_SC_R_DMA_1_CH2>,
-		     <&pd IMX_SC_R_DMA_1_CH3>,
-		     <&pd IMX_SC_R_DMA_1_CH4>,
-		     <&pd IMX_SC_R_DMA_1_CH5>,
-		     <&pd IMX_SC_R_DMA_1_CH6>,
-		     <&pd IMX_SC_R_DMA_1_CH7>;
+			<&pd IMX_SC_R_DMA_1_CH1>,
+			<&pd IMX_SC_R_DMA_1_CH2>,
+			<&pd IMX_SC_R_DMA_1_CH3>,
+			<&pd IMX_SC_R_DMA_1_CH4>,
+			<&pd IMX_SC_R_DMA_1_CH5>,
+			<&pd IMX_SC_R_DMA_1_CH6>,
+			<&pd IMX_SC_R_DMA_1_CH7>;
 };
 
 &flexcan1 {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-01  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 19:46 [PATCH 1/2] arm64: dts: imx8qm: Align edma3 power-domains resources indentation Frank Li
2023-12-14 19:46 ` [PATCH 2/2] arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers Frank Li
2024-02-01 10:04 ` [PATCH 1/2] arm64: dts: imx8qm: Align edma3 power-domains resources indentation Shawn Guo

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