mbox series

[GIT,PULL] ARM: dts: samsung: Late DTS for v6.3

Message ID 20230211113103.58894-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 59b05cfa5323ffefcd5c2f97d6e01f040e7dc637
Headers show
Series [GIT,PULL] ARM: dts: samsung: Late DTS for v6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-6.3-2

Message

Krzysztof Kozlowski Feb. 11, 2023, 11:31 a.m. UTC
Hi,

Late pull with DTS cleanups and minor fixes for Exynos ARM boards.  I know it
is late in the cycle but:
1. I am really pushing recently towards full DTS compliance with `dtbs_check`
   and I am almost there,
2. All these should be low-risk cleanups or fixes, so I don't expect anything
   broken (previous round of my cleanups affected devfreq/exynos-bus on
   Exynos4412, but this is some weird driver problem which I am still
   investigating).

Best regards,
Krzysztof


The following changes since commit 27be20e3b9d125f2c1b066d1d238c67bf5b89dc3:

  ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos54xx (2023-01-29 11:34:12 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-6.3-2

for you to fetch changes up to 301d3dd05525e3a046f6cfa6ee4dea6a3b7111ee:

  ARM: dts: exynos: correct max98090 DAI argument in Snow (2023-02-09 12:58:30 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.3, part two

Several cleanups pointed out by `make dtbs_check`:
1. Align LED status node name with bindings.
2. Drop redundant properties.
3. Move i2c-gpio node out of soc to top-level, as soc node is expected
   to have only MMIO nodes.
4. Correct SPI NOR flash compatible in SMDK5250 and SMDKv310.
5. Align GPIO property names in WM1811-family codec nodes with bindings.
6. Correct MAX98090 codec DAI cells in Snow.

----------------------------------------------------------------
Krzysztof Kozlowski (10):
      ARM: dts: exynos: align status led name with bindings on Origen4210
      ARM: dts: exynos: drop default status from I2C10 on Arndale
      ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale
      ARM: dts: exynos: move I2C10 out of soc node on Arndale
      ARM: dts: exynos: correct SPI nor compatible in SMDKv310
      ARM: dts: exynos: correct SPI nor compatible in SMDK5250
      ARM: dts: exynos: add "gpios" suffix to wlf,ldo1ena on Midas
      ARM: dts: exynos: add "gpios" suffix to wlf,ldo1ena on Arndale
      ARM: dts: s5pv210: add "gpios" suffix to wlf,ldo1ena on Aries
      ARM: dts: exynos: correct max98090 DAI argument in Snow

 arch/arm/boot/dts/exynos4210-origen.dts    |  2 +-
 arch/arm/boot/dts/exynos4210-smdkv310.dts  |  2 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi    |  4 ++--
 arch/arm/boot/dts/exynos5250-arndale.dts   | 35 +++++++++++++-----------------
 arch/arm/boot/dts/exynos5250-smdk5250.dts  |  2 +-
 arch/arm/boot/dts/exynos5250-snow-rev5.dts |  4 ++--
 arch/arm/boot/dts/s5pv210-aries.dtsi       |  4 ++--
 7 files changed, 24 insertions(+), 29 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 13, 2023, 3:30 p.m. UTC | #1
Hello:

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

On Sat, 11 Feb 2023 12:31:03 +0100 you wrote:
> Hi,
> 
> Late pull with DTS cleanups and minor fixes for Exynos ARM boards.  I know it
> is late in the cycle but:
> 1. I am really pushing recently towards full DTS compliance with `dtbs_check`
>    and I am almost there,
> 2. All these should be low-risk cleanups or fixes, so I don't expect anything
>    broken (previous round of my cleanups affected devfreq/exynos-bus on
>    Exynos4412, but this is some weird driver problem which I am still
>    investigating).
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: dts: samsung: Late DTS for v6.3
    https://git.kernel.org/soc/soc/c/59b05cfa5323

You are awesome, thank you!