Skip to content

Commit

Permalink
ARM64: dts: Add Zero 2 W and CM4S
Browse files Browse the repository at this point in the history
Zero 2 W and CM4S are 64-bit-capable, so their DTBs should be buildable
in the arm64 tree.

See (misplaced) comment in #4857

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell authored and popcornmix committed Aug 23, 2022
1 parent b17518d commit 9c361d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/broadcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
bcm2837-rpi-zero-2-w.dtb

dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-zero-2.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-zero-2-w.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-2-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4s.dtb

subdir-y += bcm4908
subdir-y += northstar2
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/broadcom/bcm2710-rpi-zero-2-w.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../../../arm/boot/dts/bcm2710-rpi-zero-2-w.dts"
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcm2710-rpi-zero-2.dts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "../../../../arm/boot/dts/bcm2710-rpi-zero-2.dts"
#include "../../../../arm/boot/dts/bcm2710-rpi-zero-2-w.dts"
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4s.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../../../arm/boot/dts/bcm2711-rpi-cm4s.dts"

0 comments on commit 9c361d2

Please sign in to comment.