diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2020-11-12 18:08:32 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-25 20:07:49 +0300 |
commit | 2961f69f151c0a6771f55cef46398fe49ca20902 (patch) | |
tree | 2d62a3f8abe0de7dc4f36ea4916290e9ad4224fe /arch/arm64/boot/dts/broadcom/Makefile | |
parent | 2f8913a7b17efd3a116825160a2d3a6610444587 (diff) | |
download | linux-2961f69f151c0a6771f55cef46398fe49ca20902.tar.xz |
arm64: dts: broadcom: add BCM4908 and Asus GT-AC5300 early DTS files
They don't descibe hardware fully yet but it's enough to boot a system.
Some missing blocks:
1. PMC (Power Management Controller?)
2. Ethernet
3. Crypto
4. Thermal
Asus DTS is missing defining full NAND partitions layout and buttons.
Further changes will fill those gaps as soon as required bindings will
be found / tested / added.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile index cb7de8d99223..998e240aa698 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -5,5 +5,6 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb \ bcm2837-rpi-3-b-plus.dtb \ bcm2837-rpi-cm3-io3.dtb +subdir-y += bcm4908 subdir-y += northstar2 subdir-y += stingray |