add support for Raspberry Pi Zero W

Signed-off-by: Dmitry Korunov <dessel.k@gmail.com>
This commit is contained in:
Dmitry Korunov
2017-12-04 09:59:02 -05:00
committed by Tom Rini
parent 0aac10f2f9
commit 8993056fb3
5 changed files with 76 additions and 1 deletions
+5
View File
@@ -105,6 +105,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
DTB_DIR "bcm2835-rpi-zero.dtb",
false,
},
[0xC] = {
"Zero W",
DTB_DIR "bcm2835-rpi-zero-w.dtb",
false,
},
};
static const struct rpi_model rpi_models_old_scheme[] = {