]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/raspberrypi/rpi/rpi.c
ARM: rpi: add a couple more revision IDs
[karo-tx-uboot.git] / board / raspberrypi / rpi / rpi.c
index a105953541bec89ee9759edfc7966af4327a34de..96fe87064533cd7797593f0001fe27cf578058e7 100644 (file)
@@ -165,6 +165,16 @@ static const struct {
                "bcm2835-rpi-a-plus.dtb",
                false,
        },
+       [BCM2835_BOARD_REV_B_PLUS_13] = {
+               "Model B+",
+               "bcm2835-rpi-b-plus.dtb",
+               true,
+       },
+       [BCM2835_BOARD_REV_CM_14] = {
+               "Compute Module",
+               "bcm2835-rpi-cm.dtb",
+               false,
+       },
 #endif
 };