aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-qcom/board.c
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-03-07 10:56:59 -0600
committerKumar Gala <galak@codeaurora.org>2014-08-21 11:43:34 -0500
commit68de308b1c02f3b11705406b07e84790eb1a37e9 (patch)
tree2fa3b02b15381c50d086ed61114f3e87e10c5396 /arch/arm/mach-qcom/board.c
parentARM: dts: qcom: Add APQ8084 serial port DT node (diff)
downloadlinux-dev-68de308b1c02f3b11705406b07e84790eb1a37e9.tar.xz
linux-dev-68de308b1c02f3b11705406b07e84790eb1a37e9.zip
ARM: qcom: Add initial IPQ8064 SoC and AP148 device trees
Add basic IPQ8064 SoC include device tree and support for basic booting on the AP148 Reference board with support for UART, I2C, and SPI. Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom/board.c')
-rw-r--r--arch/arm/mach-qcom/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c
index c437a9941726..6d8bbf7d39d8 100644
--- a/arch/arm/mach-qcom/board.c
+++ b/arch/arm/mach-qcom/board.c
@@ -18,6 +18,8 @@ static const char * const qcom_dt_match[] __initconst = {
"qcom,apq8064",
"qcom,apq8074-dragonboard",
"qcom,apq8084",
+ "qcom,ipq8062",
+ "qcom,ipq8064",
"qcom,msm8660-surf",
"qcom,msm8960-cdp",
NULL