Skip to content

Commit c0a6a54

Browse files
Kuldeep Singhgregkh
authored andcommitted
ARM: dts: spear13xx: Update SPI dma properties
commit 31d3687 upstream. Reorder dmas and dma-names property for spi controller 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-2-singh.kuldeep87k@gmail.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ea3912a commit c0a6a54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/spear13xx.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@
284284
#size-cells = <0>;
285285
interrupts = <0 31 0x4>;
286286
status = "disabled";
287-
dmas = <&dwdma0 4 0 0>,
288-
<&dwdma0 5 0 0>;
289-
dma-names = "tx", "rx";
287+
dmas = <&dwdma0 5 0 0>,
288+
<&dwdma0 4 0 0>;
289+
dma-names = "rx", "tx";
290290
};
291291

292292
rtc@e0580000 {

0 commit comments

Comments
 (0)