arm64: dts: fsl-ls1046a: Add missing DMA entries for I2C & LPUART

Only i2c0 had it's DMA channels configured. Add the missing one.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein
2025-07-01 08:21:55 +02:00
committed by Shawn Guo
parent 8536b259d0
commit 607135b85f

View File

@@ -523,6 +523,9 @@ i2c1: i2c@2190000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
scl-gpios = <&gpio3 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
dmas = <&edma0 1 36>,
<&edma0 1 37>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -535,6 +538,9 @@ i2c2: i2c@21a0000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
scl-gpios = <&gpio3 10 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
dmas = <&edma0 1 34>,
<&edma0 1 35>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -547,6 +553,9 @@ i2c3: i2c@21b0000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
scl-gpios = <&gpio3 12 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
dmas = <&edma0 1 40>,
<&edma0 1 41>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -633,6 +642,9 @@ lpuart0: serial@2950000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(1)>;
clock-names = "ipg";
dmas = <&edma0 1 32>,
<&edma0 1 33>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -643,6 +655,9 @@ lpuart1: serial@2960000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
clock-names = "ipg";
dmas = <&edma0 1 30>,
<&edma0 1 31>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -653,6 +668,9 @@ lpuart2: serial@2970000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
clock-names = "ipg";
dmas = <&edma0 1 28>,
<&edma0 1 29>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -663,6 +681,9 @@ lpuart3: serial@2980000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
clock-names = "ipg";
dmas = <&edma0 1 26>,
<&edma0 1 27>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -673,6 +694,9 @@ lpuart4: serial@2990000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
clock-names = "ipg";
dmas = <&edma0 1 24>,
<&edma0 1 25>;
dma-names = "rx", "tx";
status = "disabled";
};
@@ -683,6 +707,9 @@ lpuart5: serial@29a0000 {
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
clock-names = "ipg";
dmas = <&edma0 1 22>,
<&edma0 1 23>;
dma-names = "rx", "tx";
status = "disabled";
};