Revision 13ea307f799ba76164354325a0c76c11b7b9c494 authored by Camelia Groza on 11 June 2021, 12:28:08 UTC, committed by Priyanka Jain on 17 June 2021, 06:16:11 UTC
Under DM, we rely on u-boot's device tree to provide the correct PHY
addresses. The board_fix_fdt callback is intended to be used for
device tree fixups before relocation. Unfortunately, this isn't an
option when booting from flash since the device tree isn't writable
before relocation.

This patch introduces the CONFIG_T2080RDB_REV_D option to signal that a
board revision D or up is the target. The config option is used to set
the correct Aquantia PHY address in the board's u-boot device tree.

Defconfig files with the option enable explicitly are added for
convenience.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
1 parent 4e21a55
History
File Mode Size
pull_request_template.md -rw-r--r-- 289 bytes

back to top