[GIT PULL] amlogic ARM64 DT updates for v6.18
From: Neil Armstrong <neil.armstrong@linaro.org>
Date: 2025-09-19 07:46:20
Also in:
linux-amlogic
Hi, Here's the Amlogic ARM64 DT changes for v6.18, mainly adding cache properties to all ARM cores in Amlogic SoCs, enabling RTC on C3, fixing RTC node layout on C3 and fixing long-running issues with SDCard on BananaPi S905x3 boards and the Odroid-C2. Thanks, Neil The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585: Linux 6.17-rc1 (2025-08-10 19:41:16 +0300) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v6.18 for you to fetch changes up to 663bfe77b6f70bcb33b2607e16c94fcb1029580e: arm64: dts: amlogic: gxbb-odroidc2: remove UHS capability for SD card (2025-09-10 09:32:09 +0200) ---------------------------------------------------------------- Amlogic ARM64 DT for v6.18: - Add cache information to the Amlogic SoCs - Add RTC node for Amlogic C3 SoC - Fix PWM node for Amlogic C3 SoC - Remove UHS capability for Odroid-C2 SDCard ---------------------------------------------------------------- Anand Moon (11): arm64: dts: amlogic: Add cache information to the Amlogic GXBB and GXL SoC arm64: dts: amlogic: Add cache information to the Amlogic SM1 SoC arm64: dts: amlogic: Add cache information to the Amlogic G12A SoCS arm64: dts: amlogic: Add cache information to the Amlogic AXG SoCS arm64: dts: amlogic: Add cache information to the Amlogic GXM SoCS arm64: dts: amlogic: Add cache information to the Amlogic A1 SoC arm64: dts: amlogic: Add cache information to the Amlogic A4 SoC arm64: dts: amlogic: Add cache information to the Amlogic C3 SoC arm64: dts: amlogic: Add cache information to the Amlogic S7 SoC arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC arm64: dts: amlogic: Add cache information to the Amlogic T7 SoC Christian Hewitt (1): arm64: dts: amlogic: sm1-bananapi: lower SD card speed for stability Valerio Setti (1): arm64: dts: amlogic: gxbb-odroidc2: remove UHS capability for SD card Xianwei Zhao (2): arm64: dts: amlogic: C3: Add RTC controller node dts: arm: amlogic: fix pwm node for c3 arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi | 37 +++++++++++ arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 41 +++++++++++- arch/arm64/boot/dts/amlogic/amlogic-s7.dtsi | 36 +++++++++++ arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 74 ++++++++++++++++++++++ arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 15 +++++ arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 21 ++++++ arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 27 ++++++++ arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 62 ++++++++++++++++-- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 27 ++++++++ .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 4 -- arch/arm64/boot/dts/amlogic/meson-gxm.dtsi | 24 +++++++ .../arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi | 5 +- arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 27 ++++++++ 13 files changed, 385 insertions(+), 15 deletions(-)