diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-06-17 23:28:12 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-28 01:36:59 +0300 |
commit | 4892e0756c65d6e248e7e8ff94845e8e26bcf896 (patch) | |
tree | 07d6389fa527a75ff57f5249e7c0252a4034ebd0 /arch/arm/boot/dts/Makefile | |
parent | 1758b35808ce451b6c1bca05d60031fbcf3cb5ca (diff) | |
download | linux-4892e0756c65d6e248e7e8ff94845e8e26bcf896.tar.xz |
ARM: dts: add Qualcomm APQ8060-based Dragonboard
This is the first Dragonboard based on APQ8060 and PM8058. It
was produced in 2011 in cooperation between Qualcomm and
BSQUARE.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 5b7c17a1950e..b359dce6ef7c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -572,6 +572,7 @@ dtb-$(CONFIG_ARCH_PRIMA2) += \ dtb-$(CONFIG_ARCH_OXNAS) += \ wd-mbwe.dtb dtb-$(CONFIG_ARCH_QCOM) += \ + qcom-apq8060-dragonboard.dtb \ qcom-apq8064-arrow-sd-600eval.dtb \ qcom-apq8064-cm-qs600.dtb \ qcom-apq8064-ifc6410.dtb \ |