Skip to content

Commit 46fdee0

Browse files
committed
arm64: dts: broadcom: Add reference to RPi 4 B
This adds a reference to the dts of the Raspberry Pi 4 B, so we don't need to maintain the content in arm64. Signed-off-by: Stefan Wahren <[email protected]>
1 parent 7dbe8c6 commit 46fdee0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

arch/arm64/boot/dts/broadcom/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
2-
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-a-plus.dtb \
2+
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb \
3+
bcm2837-rpi-3-a-plus.dtb \
34
bcm2837-rpi-3-b.dtb \
45
bcm2837-rpi-3-b-plus.dtb \
56
bcm2837-rpi-cm3-io3.dtb
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
#include "arm/bcm2711-rpi-4-b.dts"

0 commit comments

Comments
 (0)