aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/board-dt.c
Commit message (Collapse)AuthorAge
* ARM: qcom: Split Qualcomm support into legacy and multiplatformKumar Gala2014-02-06
| | | | | | | | | | | Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible while keeping mach-msm to legacy SoC/board support that will not transition over to multiplatform. As part of this, we move support for MSM8X60, MSM8960 and MSM8974 over to mach-qcom. Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: msm: Add support for APQ8074 DragonboardRohit Vaswani2014-01-02
| | | | | | | | | | | | This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> Acked-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org> [olof: Split off SoC and board support in separate patches] Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: msm: Create a common board-dt and config ARCH_MSM_DTRohit Vaswani2013-09-25
Create a config ARCH_MSM_DT and common board-dt.c to encapsulate the MSM DT based targets. Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>