Skip to content

Commit 583d6b0

Browse files
Kuldeep Singharndb
authored andcommitted
ARM: dts: spear1340: Update serial node properties
Reorder dma and dma-names property for serial node to make it compliant with bindings. Fixes: 6e8887f ("ARM: SPEAr13xx: Pass generic DW DMAC platform data from DT") Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20220326042313.97862-3-singh.kuldeep87k@gmail.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 31d3687 commit 583d6b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/spear1340.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
reg = <0xb4100000 0x1000>;
135135
interrupts = <0 105 0x4>;
136136
status = "disabled";
137-
dmas = <&dwdma0 12 0 1>,
138-
<&dwdma0 13 1 0>;
139-
dma-names = "tx", "rx";
137+
dmas = <&dwdma0 13 0 1>,
138+
<&dwdma0 12 1 0>;
139+
dma-names = "rx", "tx";
140140
};
141141

142142
thermal@e07008c4 {

0 commit comments

Comments
 (0)