diff options
Diffstat (limited to 'arch/arm/mach-at91/clock.h')
| -rw-r--r-- | arch/arm/mach-at91/clock.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/clock.h b/arch/arm/mach-at91/clock.h index c2e63e47dcb..a98a39bbd88 100644 --- a/arch/arm/mach-at91/clock.h +++ b/arch/arm/mach-at91/clock.h @@ -20,7 +20,9 @@ struct clk {  	const char	*name;		/* unique clock name */  	struct clk_lookup cl;  	unsigned long	rate_hz; +	unsigned	div;		/* parent clock divider */  	struct clk	*parent; +	unsigned	pid;		/* peripheral ID */  	u32		pmc_mask;  	void		(*mode)(struct clk *, int);  	unsigned	id:3;		/* PCK0..4, or 32k/main/a/b */  |