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>
This commit is contained in:
parent
4a45086c0c
commit
0e8c94054f
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ static const struct rpi_model rpi_models_new_scheme[] = {
|
||||||
},
|
},
|
||||||
[0x12] = {
|
[0x12] = {
|
||||||
"Zero 2 W",
|
"Zero 2 W",
|
||||||
DTB_DIR "bcm2837-rpi-zero-2.dtb",
|
DTB_DIR "bcm2837-rpi-zero-2-w.dtb",
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
[0x13] = {
|
[0x13] = {
|
||||||
|
|
Loading…
Reference in a new issue