mbox series

[v2,0/3] PL022 DT fixes for seattle, lg and lpc platform

Message ID 20220311093800.18778-1-singh.kuldeep87k@gmail.com (mailing list archive)
Headers show
Series PL022 DT fixes for seattle, lg and lpc platform | expand

Message

Kuldeep Singh March 11, 2022, 9:37 a.m. UTC
This patchset is an attempt to fix DTs which are not compliant with
pl022 spi binding. Please note, there are other fixes required also
which are sent from other trees.
As git trees for these platforms are not available, Rob advised me to
seek help from soc tree maintainers.

Arnd and Olof, could you please help in reviewing and merging this
patchset.

These patches are base on
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git, arm/dt

Link to v1 below:
https://lore.kernel.org/linux-devicetree/20220311025932.GD54098@9a2d8922b8f1/T/#m734e470b3be87b7591b3e6d618e4c777f8e61981

Patch1: Fix spi clock for amd seattle platform
Patch2: Fix spi clock for lg platforms
Patch3: Fix spi clock for lpc platform

Kuldeep Singh (3):
  arm64: dts: seattle: Update spi clock properties
  arm64: dts: lg131x: Update spi clock properties
  ARM: dts: lpc32xx: Update spi clock properties

 arch/arm/boot/dts/lpc32xx.dtsi               | 8 ++++----
 arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 8 ++++----
 arch/arm64/boot/dts/lg/lg1312.dtsi           | 8 ++++----
 arch/arm64/boot/dts/lg/lg1313.dtsi           | 8 ++++----
 4 files changed, 16 insertions(+), 16 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org March 11, 2022, 10:50 a.m. UTC | #1
Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 11 Mar 2022 15:07:57 +0530 you wrote:
> This patchset is an attempt to fix DTs which are not compliant with
> pl022 spi binding. Please note, there are other fixes required also
> which are sent from other trees.
> As git trees for these platforms are not available, Rob advised me to
> seek help from soc tree maintainers.
> 
> Arnd and Olof, could you please help in reviewing and merging this
> patchset.
> 
> [...]

Here is the summary with links:
  - [v2,1/3] arm64: dts: seattle: Update spi clock properties
    https://git.kernel.org/soc/soc/c/2201faa9fd72
  - [v2,2/3] arm64: dts: lg131x: Update spi clock properties
    https://git.kernel.org/soc/soc/c/19297aab805a
  - [v2,3/3] ARM: dts: lpc32xx: Update spi clock properties
    https://git.kernel.org/soc/soc/c/dc89633b8a1c

You are awesome, thank you!