diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-03-20 13:39:54 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 13:32:22 -0700 |
commit | 282703e8285026dbb051055ebeba1baa13be4a21 (patch) | |
tree | 487bbd986f10b649641e18e8da9dafe4132fad54 /arch/arm64/boot/dts/qcom/Makefile | |
parent | 57f0a7eae6bd5f5811f070f63ffa482c7d6faad7 (diff) | |
download | linux-282703e8285026dbb051055ebeba1baa13be4a21.tar.gz |
arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts
Add initial device tree support for Qualcomm APQ8016 SBC Evaluation board.
This board is also referred to as the DragonBoard 410c.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/qcom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile index 360ec4c464b6..8e94af64ee94 100644 --- a/arch/arm64/boot/dts/qcom/Makefile +++ b/arch/arm64/boot/dts/qcom/Makefile @@ -1,4 +1,4 @@ -dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb +dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb msm8916-mtp.dtb always := $(dtb-y) subdir-y := $(dts-dirs) |