mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
				synced 2025-11-04 07:44:51 +10:00 
			
		
		
		
	Add #clock-cells binding to model Sierra as clock provider and include clock IDs for PLL_CMNLC and PLL_CMNLC1. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210319124128.13308-12-kishon@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
		
			
				
	
	
		
			21 lines
		
	
	
		
			469 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			469 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0 */
 | 
						|
/*
 | 
						|
 * This header provides constants for Cadence SERDES.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _DT_BINDINGS_CADENCE_SERDES_H
 | 
						|
#define _DT_BINDINGS_CADENCE_SERDES_H
 | 
						|
 | 
						|
/* Torrent */
 | 
						|
#define TORRENT_SERDES_NO_SSC		0
 | 
						|
#define TORRENT_SERDES_EXTERNAL_SSC	1
 | 
						|
#define TORRENT_SERDES_INTERNAL_SSC	2
 | 
						|
 | 
						|
#define CDNS_TORRENT_REFCLK_DRIVER      0
 | 
						|
 | 
						|
/* Sierra */
 | 
						|
#define CDNS_SIERRA_PLL_CMNLC		0
 | 
						|
#define CDNS_SIERRA_PLL_CMNLC1		1
 | 
						|
 | 
						|
#endif /* _DT_BINDINGS_CADENCE_SERDES_H */
 |