]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: dts: Switch Apple silicon devices to dts/upstream
authorJanne Grunau <j@jannau.net>
Thu, 7 May 2026 08:05:51 +0000 (10:05 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 12 May 2026 18:11:08 +0000 (12:11 -0600)
commit5aec4e746f9ef2421c2078ab93f4d3dbb81a519f
tree5a61074d0c2be70d2aa118ea6b0366ef3025ffbf
parentfad7b438f00ecbccde11e7bcd777e72dca161400
arm: dts: Switch Apple silicon devices to dts/upstream

The device tree on Apple silicon devices is passed from a previous
bootloader stage. The bootloader fills in dynamic information so
u-boot can not use its own device tree.
As documented in doc/board/apple/m1.rst it is possible to build boot
bundles (bootloader + device tree + gzipped u-boot binary). These are
useful for testing.
Instead of using u-boot's own device trees for M1 (t8103) devices use
upstream device trees from dts/upstream/src/arm64/apple. The u-boot
device trees have not seen updates since 2022. The upstream linux device
trees have feature parity for the M1 devices. In addition linux has
device trees for M1 Pro/Max/Ultra, M2 and M2 Pro/Max/Ultra devices.
Keep t8103-j274 as default device tree to avoid further updates.

Signed-off-by: Janne Grunau <j@jannau.net>
Acked-by: Mark Kettenis <kettenis@openbsd.org>
18 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/t8103-j274-u-boot.dtsi [deleted file]
arch/arm/dts/t8103-j274.dts [deleted file]
arch/arm/dts/t8103-j293-u-boot.dtsi [deleted file]
arch/arm/dts/t8103-j293.dts [deleted file]
arch/arm/dts/t8103-j313-u-boot.dtsi [deleted file]
arch/arm/dts/t8103-j313.dts [deleted file]
arch/arm/dts/t8103-j456-u-boot.dtsi [deleted file]
arch/arm/dts/t8103-j456.dts [deleted file]
arch/arm/dts/t8103-j457-u-boot.dtsi [deleted file]
arch/arm/dts/t8103-j457.dts [deleted file]
arch/arm/dts/t8103-jxxx.dtsi [deleted file]
arch/arm/dts/t8103-pmgr.dtsi [deleted file]
arch/arm/dts/t8103-u-boot.dtsi [deleted file]
arch/arm/dts/t8103.dtsi [deleted file]
configs/apple_m1_defconfig
doc/board/apple/m1.rst