All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] More DT fixes for arm,pl022
@ 2022-03-12 18:06 ` Kuldeep Singh
  0 siblings, 0 replies; 18+ messages in thread
From: Kuldeep Singh @ 2022-03-12 18:06 UTC (permalink / raw)
  To: soc, Arnd Bergmann; +Cc: linux-arm-kernel, devicetree, linux-kernel

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-03-23 17:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 18:06 [PATCH 0/2] More DT fixes for arm,pl022 Kuldeep Singh
2022-03-12 18:06 ` Kuldeep Singh
2022-03-12 18:06 ` [PATCH 1/2] ARM: dts: spear13xx: Update SPI dma properties Kuldeep Singh
2022-03-12 18:06   ` Kuldeep Singh
2022-03-14  3:51   ` Viresh Kumar
2022-03-14  3:51     ` Viresh Kumar
2022-03-14  6:54     ` Kuldeep Singh
2022-03-14  6:54       ` Kuldeep Singh
2022-03-14  7:31       ` Viresh Kumar
2022-03-14  7:31         ` Viresh Kumar
2022-03-14 10:27         ` Arnd Bergmann
2022-03-14 10:27           ` Arnd Bergmann
2022-03-14 10:43           ` Viresh Kumar
2022-03-14 10:43             ` Viresh Kumar
2022-03-12 18:06 ` [PATCH 2/2] ARM: dts: lpc18xx: " Kuldeep Singh
2022-03-12 18:06   ` Kuldeep Singh
2022-03-23 17:52   ` Kuldeep Singh
2022-03-23 17:52     ` Kuldeep Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.