[PATCH 0/2] More DT fixes for arm,pl022
Kuldeep Singh
singh.kuldeep87k at gmail.com
Sat Mar 12 10:06:13 PST 2022
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
More information about the linux-arm-kernel
mailing list