diff options
| author | Mathew McBride <[email protected]> | 2026-05-01 11:36:07 +1000 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-05-06 16:04:49 +0800 |
| commit | 9bcbb5f26844c81128757824fd1cf261a0660cb9 (patch) | |
| tree | 8e0baf854f344c3e13c654a1e739e49e310fa638 | |
| parent | 6cdd17aed5044817403a9af1f40e5dddc730aeeb (diff) | |
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 <[email protected]>
Signed-off-by: Mathew McBride <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/ten64_tfa_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
