blob: bae617ef0b31d984284f9b5c13e699ec1901046e [file] [log] [blame]
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001/* Copyright (c) 2010-2014 The Linux Foundation. All rights reserved.
Stephen Boydc4464072012-09-05 12:28:58 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#include <linux/init.h>
Stephen Boydc4464072012-09-05 12:28:58 -070014
Stephen Boydc4464072012-09-05 12:28:58 -070015#include <asm/mach/arch.h>
Stephen Boydc4464072012-09-05 12:28:58 -070016
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060017static const char * const qcom_dt_match[] __initconst = {
Rohit Vaswanid0e190c2013-09-09 16:24:54 -070018 "qcom,msm8660-surf",
Stephen Boydc4464072012-09-05 12:28:58 -070019 "qcom,msm8960-cdp",
Rohit Vaswani9857a752014-01-02 10:17:31 -080020 "qcom,apq8074-dragonboard",
21 NULL
22};
23
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060024DT_MACHINE_START(QCOM_DT, "Qualcomm (Flattened Device Tree)")
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060025 .dt_compat = qcom_dt_match,
Stephen Boydc4464072012-09-05 12:28:58 -070026MACHINE_END