2022-03-26 17:09:29

by Kuldeep Singh

[permalink] [raw]
Subject: [PATCH 0/4] DT updates for dma-names ordering checks

This patchset attempts to fix DTs possessing dma ordering issues.
The motivation of the series is taken from a discussion done before.
Link: https://lore.kernel.org/linux-devicetree/[email protected]/

Just a quick summary for new visitors.
There are few DTs which require dma ordering in order to resolve below
'make dtbs_check' issues and this patchset is in direction to fix that.
dma-names:0: 'rx' was expected
dma-names:0: 'tx' was expected

Kuldeep Singh (4):
ARM: dts: spear13xx: Update SPI dma properties
ARM: dts: spear1340: Update serial node properties
arm64: dts: ls1043a: Update i2c dma properties
arm64: dts: ls1046a: Update i2c node dma properties

arch/arm/boot/dts/spear1340.dtsi | 6 +++---
arch/arm/boot/dts/spear13xx.dtsi | 6 +++---
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +++---
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)

--
2.25.1