mbox series

[GIT,PULL,2/2] arm64: dts: samsung: dts for v6.10

Message ID 20240425071856.9235-2-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,1/2] ARM: dts: samsung: dts for v6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.10

Message

Krzysztof Kozlowski April 25, 2024, 7:18 a.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.10

for you to fetch changes up to a45c3a9b1ef9571741d40bf10f22ce3c60bc5111:

  arm64: dts: exynos: gs101: define all PERIC USI nodes (2024-03-28 10:51:16 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.10

1. Add FIFO depth to each SPI node so we can avoid matching this through
   DTS alias.  Difference SPI instances on given SoC have different FIFO
   depths.
2. Exynos850: add clock controllers providing clocks to CPUs.
3. Google GS101: few cleanups and add missing serial engine (USI)
   interface nodes.

----------------------------------------------------------------
André Draszik (1):
      arm64: dts: exynos: gs101: reorder pinctrl-* properties

Sam Protsenko (1):
      arm64: dts: exynos850: Add CPU clocks

Tudor Ambarus (6):
      arm64: dts: exynos5433: specify the SPI FIFO depth
      arm64: dts: exynosautov9: specify the SPI FIFO depth
      arm64: dts: exynos: gs101: move serial_0 pinctrl-0/names to dtsi
      arm64: dts: exynos: gs101: move pinctrl-* properties after clocks
      arm64: dts: exynos: gs101: join lines close to 80 chars
      arm64: dts: exynos: gs101: define all PERIC USI nodes

 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |   5 +
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  26 +
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  12 +
 arch/arm64/boot/dts/exynos/google/gs101-oriole.dts |   4 +-
 arch/arm64/boot/dts/exynos/google/gs101.dtsi       | 791 ++++++++++++++++++++-
 5 files changed, 823 insertions(+), 15 deletions(-)