Re: [PATCH] rpi: Add identifiers for the new RPi 5 series

2025-01-04 Thread Simon Glass
Hi Peter, On Mon, 30 Dec 2024 at 03:46, Peter Robinson wrote: > > The Raspberry Pi foundation have released the Raspberry > Pi 500, CM5 an CM5 lite devices so add the assoicated > revision identifers so we can detect them. > > Signed-off-by: Peter Robinson > --- > board/raspberrypi/rpi/rpi.c |

Re: [PATCH] rpi: Add identifiers for the new RPi 5 series

2025-01-03 Thread Matthias Brugger
On 29/12/2024 15:46, Peter Robinson wrote: The Raspberry Pi foundation have released the Raspberry Pi 500, CM5 an CM5 lite devices so add the assoicated revision identifers so we can detect them. Signed-off-by: Peter Robinson Acked-by: Matthias Brugger --- board/raspberrypi/rpi/rpi.c

[PATCH] rpi: Add identifiers for the new RPi 5 series

2024-12-29 Thread Peter Robinson
The Raspberry Pi foundation have released the Raspberry Pi 500, CM5 an CM5 lite devices so add the assoicated revision identifers so we can detect them. Signed-off-by: Peter Robinson --- board/raspberrypi/rpi/rpi.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/board/raspbe