]> git.dujemihanovic.xyz Git - u-boot.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)
commit4a45086c0ca874858d4064ee26d45199bcab494d
tree1088fa79365442b02d00bf936015bc3b23f9524d
parent6d0642494993f39440a4d6e95f88c0456ee6d689
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