Skip to content

Commit

Permalink
dts: Add DTS for Pi 2B rev 1.2 with BCM2837 (#3235)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
pelwell authored and popcornmix committed Jul 1, 2020
1 parent 2640801 commit 46d3e35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/broadcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-a-plus.dtb \
bcm2837-rpi-3-b.dtb \
bcm2837-rpi-3-b-plus.dtb \
bcm2837-rpi-cm3-io3.dtb
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-2-b.dtb
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-2-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2710-rpi-2-b.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#define RPI364

#include "../../../../arm/boot/dts/bcm2710-rpi-2-b.dts"

0 comments on commit 46d3e35

Please sign in to comment.