diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-03-07 10:56:59 -0600 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-08-21 11:43:34 -0500 |
commit | 68de308b1c02f3b11705406b07e84790eb1a37e9 (patch) | |
tree | 2fa3b02b15381c50d086ed61114f3e87e10c5396 /arch/arm/mach-qcom | |
parent | 14ff1c43881aa8f43d0ec0fa264dc9ed995f801b (diff) | |
download | op-kernel-dev-68de308b1c02f3b11705406b07e84790eb1a37e9.zip op-kernel-dev-68de308b1c02f3b11705406b07e84790eb1a37e9.tar.gz |
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')
-rw-r--r-- | arch/arm/mach-qcom/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c index c437a99..6d8bbf7 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 |