[PATCH] rpi: Update the RPi Zero 2W DT filename

Update the Raspberry Pi Zero 2W device tree file name to match what landed upstream.
Signed-off-by: Peter Robinson pbrobinson@gmail.com --- board/raspberrypi/rpi/rpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 8603c93de77..1fa65d51212 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -158,7 +158,7 @@ static const struct rpi_model rpi_models_new_scheme[] = { }, [0x12] = { "Zero 2 W", - DTB_DIR "bcm2837-rpi-zero-2.dtb", + DTB_DIR "bcm2837-rpi-zero-2-w.dtb", false, }, [0x13] = {

On 28/02/2023 11:19, Peter Robinson wrote:
Update the Raspberry Pi Zero 2W device tree file name to match what landed upstream.
Signed-off-by: Peter Robinson pbrobinson@gmail.com
Acked-by: Matthias Brugger mbrugger@suse.com
Peter will you take care to push the patch?
Regards, Matthias
board/raspberrypi/rpi/rpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 8603c93de77..1fa65d51212 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -158,7 +158,7 @@ static const struct rpi_model rpi_models_new_scheme[] = { }, [0x12] = { "Zero 2 W",
DTB_DIR "bcm2837-rpi-zero-2.dtb",
false, }, [0x13] = {DTB_DIR "bcm2837-rpi-zero-2-w.dtb",
participants (2)
-
Matthias Brugger
-
Peter Robinson