
I had not used patman in the first instance and Matthias Brugger was not cc’ed with the patch properly. Given that I had no feedback, I thought best to resubmit via patman this time in case it had not been seen the first time because of this. However patman also picked up a different series title and did not allow for superseding the first submission.
I hope this lapse in process does not reflect too badly on this patch.
Regards
Le 19 août 2022 à 16:15, Peter Robinson pbrobinson@gmail.com a écrit : Why did you need to resend it?
On Fri, Aug 19, 2022 at 3:08 PM Antoine Mazeas antoine@karthanis.net wrote:
Sjoerd Simons submitted the original patch (0001) to carry over some firmware-provided properties into the loaded device tree. This did not fix an issue with Raspberry Pi 400 rev 1.1 boards which would not be able to find the ethernet PHY device at the address specified by the kernel device tree.
Patch 0002 expands on Sjoerd's design to also carry over the real ethernet PHY address, enabling the kernel to find and enable a working ethernet on pi 400 rev 1.1 boards.
Antoine Mazeas (2): rpi: Copy properties from firmware dtb to the loaded dtb rpi: Copy eth PHY address from fw DT to loaded DT
board/raspberrypi/rpi/rpi.c | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+)
-- 2.37.2