commit | 533e584fb03979a73070193b17c9374e3eec781a | [log] [tgz] |
---|---|---|
author | Antoine Mazeas <antoine@karthanis.net> | Fri Aug 19 10:56:46 2022 +0200 |
committer | Peter Robinson <pbrobinson@gmail.com> | Tue Mar 14 12:12:13 2023 +0000 |
tree | 1088fa79365442b02d00bf936015bc3b23f9524d | |
parent | fb78482824275c7e5506ebd2454862b2f9655d85 [diff] |
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>