mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 10:21:25 +01:00 
			
		
		
		
	This is needed for tegra124 also, so make it common and add a header file for tegra124. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Tegra pulse width frequency modulator definitions
 | 
						|
 *
 | 
						|
 * Copyright (c) 2011 The Chromium OS Authors.
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier:	GPL-2.0+
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_ARCH_TEGRA20_PWM_H
 | 
						|
#define __ASM_ARCH_TEGRA20_PWM_H
 | 
						|
 | 
						|
#include <asm/arch-tegra/pwm.h>
 | 
						|
 | 
						|
#endif	/* __ASM_ARCH_TEGRA20_PWM_H */
 |