| 
									
										
										
										
											2014-01-21 17:14:10 -06:00
										 |  |  | /* Copyright (c) 2010-2014 The Linux Foundation. All rights reserved.
 | 
					
						
							| 
									
										
										
										
											2012-09-05 12:28:58 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 and | 
					
						
							|  |  |  |  * only version 2 as published by the Free Software Foundation. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/init.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <asm/mach/arch.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-01-21 17:14:10 -06:00
										 |  |  | static const char * const qcom_dt_match[] __initconst = { | 
					
						
							| 
									
										
										
										
											2013-09-09 16:24:54 -07:00
										 |  |  | 	"qcom,msm8660-surf", | 
					
						
							| 
									
										
										
										
											2012-09-05 12:28:58 -07:00
										 |  |  | 	"qcom,msm8960-cdp", | 
					
						
							| 
									
										
										
										
											2014-01-02 10:17:31 -08:00
										 |  |  | 	"qcom,apq8074-dragonboard", | 
					
						
							|  |  |  | 	NULL | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-01-21 17:14:10 -06:00
										 |  |  | DT_MACHINE_START(QCOM_DT, "Qualcomm (Flattened Device Tree)") | 
					
						
							|  |  |  | 	.dt_compat = qcom_dt_match, | 
					
						
							| 
									
										
										
										
											2012-09-05 12:28:58 -07:00
										 |  |  | MACHINE_END |