diff options
| author | Hector Martin <marcan@marcan.st> | 2021-02-04 22:30:21 +0900 |
|---|---|---|
| committer | Hector Martin <marcan@marcan.st> | 2021-04-08 20:18:41 +0900 |
| commit | 7d2d16ccf15d8eb84accfaf44a0b324f36e39588 (patch) | |
| tree | f1b591c74799274088577f214262b8a49cf1c80d /arch/arm64/boot/dts/Makefile | |
| parent | aad9742f0c8f81d47d00886dfdd4d65bb9e836f2 (diff) | |
| download | lwn-7d2d16ccf15d8eb84accfaf44a0b324f36e39588.tar.gz lwn-7d2d16ccf15d8eb84accfaf44a0b324f36e39588.zip | |
arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree
This currently supports:
* SMP (via spin-tables)
* AIC IRQs
* Serial (with earlycon)
* Framebuffer
A number of properties are dynamic, and based on system firmware
decisions that vary from version to version. These are expected
to be filled in by the loader.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
| -rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f1173cd93594..639e01a4d855 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -6,6 +6,7 @@ subdir-y += amazon subdir-y += amd subdir-y += amlogic subdir-y += apm +subdir-y += apple subdir-y += arm subdir-y += bitmain subdir-y += broadcom |
