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/boot/dts/Makefile | |
parent | 14ff1c43881aa8f43d0ec0fa264dc9ed995f801b (diff) | |
download | lwn-68de308b1c02f3b11705406b07e84790eb1a37e9.tar.gz lwn-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/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 b8c5cd3ddeb9..a097a042bdb3 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -342,6 +342,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ qcom-apq8064-ifc6410.dtb \ qcom-apq8074-dragonboard.dtb \ qcom-apq8084-mtp.dtb \ + qcom-ipq8064-ap148.dtb \ qcom-msm8660-surf.dtb \ qcom-msm8960-cdp.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ |