As per spi pl022 binding, spear and lpc18 platform require fix in dma properties to resolve dtbs_check warning. Patch 1(spear): just reorder entries to resolve warning. Patch 2(lpc): require reorder of dma pairs, and also within pairs. In general, dmas follow below convention: <rx,tx> = <x+1,x> Keeping this mind, I updated entries for dma pairs. This patchset is based on git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git, arm/dt Kuldeep Singh (2): ARM: dts: spear13xx: Update SPI dma properties ARM: dts: lpc18xx: Update SPI dma properties arch/arm/boot/dts/lpc18xx.dtsi | 19 +++++++------------ arch/arm/boot/dts/spear13xx.dtsi | 5 ++--- 2 files changed, 9 insertions(+), 15 deletions(-) -- 2.25.1