1
0
Fork 0

ARM: dts: qcom: Add APQ8084-MTP board support

Add device-tree file for APQ8084-MTP board, which belongs
to the Snapdragon 805 family.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
hifive-unleashed-5.1
Georgi Djakov 2014-05-23 18:12:30 +03:00 committed by Kumar Gala
parent 975fd0f6c3
commit f46d23f6f3
2 changed files with 7 additions and 0 deletions

View File

@ -294,6 +294,7 @@ dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
dtb-$(CONFIG_ARCH_QCOM) += \
qcom-apq8064-ifc6410.dtb \
qcom-apq8074-dragonboard.dtb \
qcom-apq8084-mtp.dtb \
qcom-msm8660-surf.dtb \
qcom-msm8960-cdp.dtb
dtb-$(CONFIG_ARCH_U8500) += ste-snowball.dtb \

View File

@ -0,0 +1,6 @@
#include "qcom-apq8084.dtsi"
/ {
model = "Qualcomm APQ 8084-MTP";
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
};