From 68de308b1c02f3b11705406b07e84790eb1a37e9 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 7 Mar 2014 10:56:59 -0600 Subject: 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 --- arch/arm/mach-qcom/board.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-qcom') 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 -- cgit