diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2022-02-01 20:27:47 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-02-12 01:25:24 +0300 |
commit | eae8273f9bddc5c5dd466fdc6ced852f08e8f36c (patch) | |
tree | 8fcd29e194f3bf2a48af33f914aff3463c41af51 /arch/arm64/boot/dts/broadcom/Makefile | |
parent | 21f9efbc5e9812718da82d070cadce4470db855f (diff) | |
download | linux-eae8273f9bddc5c5dd466fdc6ced852f08e8f36c.tar.xz |
arm64: dts: broadcom: Add reference to RPi Zero 2 W
This adds a reference to the dts of the Raspberry Pi Zero 2 W,
so we don't need to maintain the content in arm64.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/broadcom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile index c6882032a428..5082fcd1fea5 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -5,7 +5,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \ bcm2837-rpi-3-a-plus.dtb \ bcm2837-rpi-3-b.dtb \ bcm2837-rpi-3-b-plus.dtb \ - bcm2837-rpi-cm3-io3.dtb + bcm2837-rpi-cm3-io3.dtb \ + bcm2837-rpi-zero-2-w.dtb subdir-y += bcm4908 subdir-y += northstar2 |