mbox series

[GIT,PULL,2/3] ARM: dts: samsung: dts for v5.19

Message ID 20220420072152.11696-2-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,1/3] ARM: dts: various: cleanup for v5.19 | expand

Pull-request

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

Message

Krzysztof Kozlowski April 20, 2022, 7:21 a.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9e916fb9bc3d16066286f19fc9c51d26a6aec6bd:

  ARM: dts: s5pv210: align DMA channels with dtschema (2022-04-09 18:50:05 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.19

1. Several DT schema related changes to make DTBs passing schema checks:
   EHCI/OHCI/DMA/Ethernet node names, DMA channels order, USB-like
   compatibles.
2. Add specific compatibles to Multi Core Timer to allow stricter DT
   schema matching.
3. Cleanup from deprecated bindings:
   - Remove deprecated unit-address workaround for Exynos5422 Odroid XU3
     LPDDR3 memory timings.
   - Do not use unit-address (and SFR region) in Exynos5250 MIPI phy in
     favor of syscon node (unit-address deprecated in 2016).
   - Use standard generic PHYs for EHCI/OHCI device in S5PV210.
4. Fix inverted SPI CS (thus blank panel) on S5PV210 Aries boards.
5. Correct Bluetooth interupt name on S5PV210 Aries boards.

----------------------------------------------------------------
Jonathan Bakker (4):
      ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
      ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
      ARM: dts: s5pv210: Adjust memory reg entries to match spec
      ARM: dts: s5pv210: Adjust DMA node names to match spec

Krzysztof Kozlowski (7):
      ARM: dts: exynos: remove deprecated unit address for LPDDR3 timings on Odroid
      ARM: dts: exynos: add a specific compatible to MCT
      ARM: dts: exynos: drop deprecated SFR region from MIPI phy
      ARM: dts: exynos: align EHCI/OHCI nodes with dtschema on Exynos4
      ARM: dts: s5pv210: align EHCI/OHCI nodes with dtschema
      ARM: dts: s5pv210: Use standard arrays of generic PHYs for EHCI/OHCI device
      ARM: dts: s5pv210: align DMA channels with dtschema

Oleksij Rempel (2):
      ARM: dts: exynos: fix ethernet node name for different odroid boards
      ARM: dts: exynos: fix compatible strings for Ethernet USB devices

 arch/arm/boot/dts/exynos3250.dtsi               |  3 +-
 arch/arm/boot/dts/exynos4.dtsi                  |  4 +--
 arch/arm/boot/dts/exynos4412-odroidu3.dts       |  4 +--
 arch/arm/boot/dts/exynos4412-odroidx.dts        |  8 ++---
 arch/arm/boot/dts/exynos5250.dtsi               |  8 ++---
 arch/arm/boot/dts/exynos5260.dtsi               |  3 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts       |  4 +--
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi   |  7 ++---
 arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts |  6 ++--
 arch/arm/boot/dts/exynos5422-odroidxu3.dts      |  6 ++--
 arch/arm/boot/dts/exynos54xx.dtsi               |  3 +-
 arch/arm/boot/dts/s5pv210-aquila.dts            |  3 +-
 arch/arm/boot/dts/s5pv210-aries.dtsi            | 11 ++++---
 arch/arm/boot/dts/s5pv210-goni.dts              |  6 ++--
 arch/arm/boot/dts/s5pv210.dtsi                  | 40 ++++++++++---------------
 15 files changed, 52 insertions(+), 64 deletions(-)