diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-04-04 00:43:51 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-04-06 00:36:07 +0300 |
commit | 4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2 (patch) | |
tree | 1be77c701653e5a7f1daf736bf4e489213f22d10 /arch/arm64/boot/dts/Makefile | |
parent | 5fc670a87e31be7327ea4fa3865fc746965b867b (diff) | |
download | linux-4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2.tar.xz |
arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA
Add the initial device tree files for Intel's Agilex SoCFPGA platform.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
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 5bc7533a12c7..f19b762c008d 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -13,6 +13,7 @@ subdir-y += cavium subdir-y += exynos subdir-y += freescale subdir-y += hisilicon +subdir-y += intel subdir-y += lg subdir-y += marvell subdir-y += mediatek |