From: Mathew McBride Date: Fri, 1 May 2026 01:36:07 +0000 (+1000) Subject: configs: ten64: switch to OF_UPSTREAM X-Git-Tag: v2026.07-rc2~16^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bcbb5f26844c81128757824fd1cf261a0660cb9;p=thirdparty%2Fu-boot.git configs: ten64: switch to OF_UPSTREAM Two recent additions to the mainline device tree allow us to switch away from the local U-Boot copy: * Board/embedded controller (traverse,ten64-controller) is now in the mainline device tree. * USB Hub (USB5744) connections were also added to the mainline device tree but not in U-Boot. The LS1088A and Ten64 device trees in U-Boot were actually 'synced' to mainline some time ago, so the content (except for the changes mentioned above) is identical. Reviewed-by: Simon Glass Signed-off-by: Mathew McBride Signed-off-by: Peng Fan --- diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig index 65363d013a0..26d41b3f366 100644 --- a/configs/ten64_tfa_defconfig +++ b/configs/ten64_tfa_defconfig @@ -7,7 +7,7 @@ CONFIG_ENV_SIZE=0x80000 CONFIG_ENV_OFFSET=0x500000 CONFIG_ENV_SECT_SIZE=0x80000 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-ten64" +CONFIG_DEFAULT_DEVICE_TREE="freescale/fsl-ls1088a-ten64" CONFIG_QSPI_AHB_INIT=y CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y @@ -24,6 +24,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_FIXUP=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y +CONFIG_OF_UPSTREAM=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256" CONFIG_SYS_PBSIZE=532