Based on 1 normalized pattern(s): this software is licensed under the terms of the gnu general public license version 2 as published by the free software foundation and may be copied distributed and modified under those terms extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 6 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190602204653.720704315@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			34 lines
		
	
	
		
			809 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			809 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0-only */
 | 
						|
/*
 | 
						|
 * Copyright (c) 2014 LSI Corporation
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _DT_BINDINGS_CLK_AXM5516_H
 | 
						|
#define _DT_BINDINGS_CLK_AXM5516_H
 | 
						|
 | 
						|
#define AXXIA_CLK_FAB_PLL	0
 | 
						|
#define AXXIA_CLK_CPU_PLL	1
 | 
						|
#define AXXIA_CLK_SYS_PLL	2
 | 
						|
#define AXXIA_CLK_SM0_PLL	3
 | 
						|
#define AXXIA_CLK_SM1_PLL	4
 | 
						|
#define AXXIA_CLK_FAB_DIV	5
 | 
						|
#define AXXIA_CLK_SYS_DIV	6
 | 
						|
#define AXXIA_CLK_NRCP_DIV	7
 | 
						|
#define AXXIA_CLK_CPU0_DIV	8
 | 
						|
#define AXXIA_CLK_CPU1_DIV	9
 | 
						|
#define AXXIA_CLK_CPU2_DIV	10
 | 
						|
#define AXXIA_CLK_CPU3_DIV	11
 | 
						|
#define AXXIA_CLK_PER_DIV	12
 | 
						|
#define AXXIA_CLK_MMC_DIV	13
 | 
						|
#define AXXIA_CLK_FAB		14
 | 
						|
#define AXXIA_CLK_SYS		15
 | 
						|
#define AXXIA_CLK_NRCP		16
 | 
						|
#define AXXIA_CLK_CPU0		17
 | 
						|
#define AXXIA_CLK_CPU1		18
 | 
						|
#define AXXIA_CLK_CPU2		19
 | 
						|
#define AXXIA_CLK_CPU3		20
 | 
						|
#define AXXIA_CLK_PER		21
 | 
						|
#define AXXIA_CLK_MMC		22
 | 
						|
 | 
						|
#endif
 |