diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-02-28 00:48:59 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 23:32:16 +0300 |
commit | 57f0a7eae6bd5f5811f070f63ffa482c7d6faad7 (patch) | |
tree | 6381bec63611dcac6d3928de2d5df96959731f3d /arch/arm64/boot/dts/Makefile | |
parent | 3341ada4367df002603354e0570048e3fa2b1a18 (diff) | |
download | linux-57f0a7eae6bd5f5811f070f63ffa482c7d6faad7.tar.xz |
arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts
Add initial device tree support for Qualcomm MSM8916 SoC and MTP8916
evaluation board. At the current time we only boot up a single processor.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
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 e296eb6fc478..ad26a752b976 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -5,6 +5,7 @@ dts-dirs += cavium dts-dirs += exynos dts-dirs += freescale dts-dirs += mediatek +dts-dirs += qcom dts-dirs += sprd dts-dirs += xilinx |