]> git.baikalelectronics.ru Git - uboot.git/commit
rpi: Copy eth PHY address from fw DT to loaded DT
authorAntoine Mazeas <antoine@karthanis.net>
Fri, 19 Aug 2022 08:56:46 +0000 (10:56 +0200)
committerPeter Robinson <pbrobinson@gmail.com>
Tue, 14 Mar 2023 12:12:13 +0000 (12:12 +0000)
commit1eb90b086ce6a408a9369628016e203e84933cfa
tree1088fa79365442b02d00bf936015bc3b23f9524d
parent5ae8a1f092446f5a148b6988b5f92747ae6e3047
rpi: Copy eth PHY address from fw DT to loaded DT

Some Raspberry Pi 400 boards, specifically rev 1.1, have a different
address for the ethernet PHY device than what is provided by the kernel
DTB. The correct address is provided by the firmware, so we should carry
it over into the loaded device tree so that ethernet works on such boards.

Signed-off-by: Antoine Mazeas <antoine@karthanis.net>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
board/raspberrypi/rpi/rpi.c