realtek: add PLL DT binding includes
Add some constants for sharing between DT and drivers. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
This commit is contained in:
		
				
					committed by
					
						
						Sander Vanheule
					
				
			
			
				
	
			
			
			
						parent
						
							0c8d7e34ab
						
					
				
				
					commit
					1efaad03bb
				
			@@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					/* SPDX-License-Identifier: GPL-2.0-only */
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * Copyright (C) 2022 Markus Stockhausen
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * RTL83XX clock indices
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					#ifndef __DT_BINDINGS_CLOCK_RTL83XX_H
 | 
				
			||||||
 | 
					#define __DT_BINDINGS_CLOCK_RTL83XX_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define CLK_CPU		0
 | 
				
			||||||
 | 
					#define CLK_MEM		1
 | 
				
			||||||
 | 
					#define CLK_LXB		2
 | 
				
			||||||
 | 
					#define CLK_COUNT	3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#endif /* __DT_BINDINGS_CLOCK_RTL83XX_H */
 | 
				
			||||||
		Reference in New Issue
	
	Block a user