2024-04-25 07:19:12

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 1/2] ARM: dts: samsung: dts for v6.10

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-dt-6.10

for you to fetch changes up to 7bff1d35c1294c011b0269b8eaeb8f930df386fe:

ARM: dts: exynos4212-tab3: limit usable memory range (2024-03-26 10:06:05 +0100)

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

1. Few cleanups of deprecated properties and node names pointed out by
bindings newly converted to DT schema.
2. Fix S5PV210 NAND node size-cells, pointed out by DT schema.
3. 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.
4. Fix Exynos4212 Galaxy Tab3 usable memory, because stock bootloader is
not telling us truth.

----------------------------------------------------------------
Artur Weber (1):
ARM: dts: exynos4212-tab3: limit usable memory range

Krzysztof Kozlowski (7):
ARM: dts: samsung: smdkv310: fix keypad no-autorepeat
ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat
ARM: dts: samsung: smdk4412: fix keypad no-autorepeat
ARM: dts: samsung: smdk4412: align keypad node names with dtschema
ARM: dts: samsung: exynos5800-peach-pi: switch to undeprecated DP HPD GPIOs
ARM: dts: samsung: s5pv210: align onenand node name with bindings
ARM: dts: samsung: s5pv210: correct onenand size-cells

Tudor Ambarus (5):
ARM: dts: samsung: exynos3250: specify the SPI FIFO depth
ARM: dts: samsung: exynos4: specify the SPI FIFO depth
ARM: dts: samsung: exynos5250: specify the SPI FIFO depth
ARM: dts: samsung: exynos5420: specify the SPI FIFO depth
ARM: dts: samsung: s5pv210: specify the SPI FIFO depth

arch/arm/boot/dts/samsung/exynos3250.dtsi | 2 ++
arch/arm/boot/dts/samsung/exynos4.dtsi | 3 +++
arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts | 2 +-
arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi | 6 ++++++
arch/arm/boot/dts/samsung/exynos4412-origen.dts | 2 +-
arch/arm/boot/dts/samsung/exynos4412-smdk4412.dts | 12 ++++++------
arch/arm/boot/dts/samsung/exynos5250.dtsi | 3 +++
arch/arm/boot/dts/samsung/exynos5420.dtsi | 3 +++
arch/arm/boot/dts/samsung/exynos5800-peach-pi.dts | 2 +-
arch/arm/boot/dts/samsung/s5pv210.dtsi | 6 ++++--
10 files changed, 30 insertions(+), 11 deletions(-)


2024-04-25 07:19:31

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 2/2] arm64: dts: samsung: dts for v6.10

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(-)