diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2019-07-21 21:53:43 +0200 |
---|---|---|
committer | Stefan Wahren <wahrenst@gmx.net> | 2019-10-10 19:14:28 +0200 |
commit | 46fdee06aeefedfc62a4c33b2c4a7a74682ac755 (patch) | |
tree | 7ddce3941961928557f5c4f802835fc0c71bfee7 | |
parent | 7dbe8c62ceeb8898d2c12d95c0714306d1cfba25 (diff) | |
download | linux-46fdee06aeefedfc62a4c33b2c4a7a74682ac755.tar.bz2 |
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 <wahrenst@gmx.net>
-rw-r--r-- | arch/arm64/boot/dts/broadcom/Makefile | 3 | ||||
-rw-r--r-- | arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile index d1d31ccad758..cb7de8d99223 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 -dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-a-plus.dtb \ +dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb \ + bcm2837-rpi-3-a-plus.dtb \ bcm2837-rpi-3-b.dtb \ bcm2837-rpi-3-b-plus.dtb \ bcm2837-rpi-cm3-io3.dtb diff --git a/arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts b/arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts new file mode 100644 index 000000000000..d24c53682e44 --- /dev/null +++ b/arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts @@ -0,0 +1,2 @@ +// SPDX-License-Identifier: GPL-2.0 +#include "arm/bcm2711-rpi-4-b.dts" |