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
.github
Licenses
api
arch
board
cmd
common
configs
disk
doc
drivers
dts
env
examples
fs
include
lib
net
post
scripts
test
tools
.azure-pipelines.yml -rw-r--r-- 16.2 KB
.checkpatch.conf -rw-r--r-- 817 bytes
.gitattributes -rw-r--r-- 169 bytes
.gitignore -rw-r--r-- 939 bytes
.gitlab-ci.yml -rw-r--r-- 9.7 KB
.mailmap -rw-r--r-- 2.3 KB
.readthedocs.yml -rw-r--r-- 502 bytes
Kbuild -rw-r--r-- 783 bytes
Kconfig -rw-r--r-- 15.5 KB
MAINTAINERS -rw-r--r-- 32.1 KB
Makefile -rw-r--r-- 75.8 KB
README -rw-r--r-- 160.7 KB
config.mk -rw-r--r-- 2.1 KB

README

back to top