mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
rpi: Update the naming for bcm2712 SoC RevD naming
The downstream Raspberry Pi uses two namings for the revD
SoC device trees, both bcm2712d0-rpi-5-b and bcm2712-d-rpi-5-b
but it seems upstream has settled on just the later, so lets
use that as it's the name that maps both upstream and downstream.
Fixes: c15a791972 ("board/raspberrypi: add bcm2712d0-rpi-5-b for Raspberry Pi 5")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
@@ -199,7 +199,7 @@ static const struct rpi_model rpi_models_new_scheme[] = {
|
||||
"5 Model B",
|
||||
FDTFILES(
|
||||
[0] = DTB_DIR "bcm2712-rpi-5-b.dtb",
|
||||
[1] = DTB_DIR "bcm2712d0-rpi-5-b.dtb"
|
||||
[1] = DTB_DIR "bcm2712-d-rpi-5-b.dtb"
|
||||
),
|
||||
true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user