blob: 6d8bbf7d39d8d48289a90b646e3181c97938e80b [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 = {
Kumar Galaf335b8a2014-04-03 14:48:22 -050018 "qcom,apq8064",
19 "qcom,apq8074-dragonboard",
Georgi Djakov975fd0f2014-05-23 18:12:29 +030020 "qcom,apq8084",
Kumar Gala68de3082014-03-07 10:56:59 -060021 "qcom,ipq8062",
22 "qcom,ipq8064",
Rohit Vaswanid0e190c2013-09-09 16:24:54 -070023 "qcom,msm8660-surf",
Stephen Boydc4464072012-09-05 12:28:58 -070024 "qcom,msm8960-cdp",
Rohit Vaswani9857a752014-01-02 10:17:31 -080025 NULL
26};
27
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060028DT_MACHINE_START(QCOM_DT, "Qualcomm (Flattened Device Tree)")
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060029 .dt_compat = qcom_dt_match,
Stephen Boydc4464072012-09-05 12:28:58 -070030MACHINE_END