diff options
Diffstat (limited to 'arch/powerpc/include/asm/mpc5121.h')
| -rw-r--r-- | arch/powerpc/include/asm/mpc5121.h | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/mpc5121.h b/arch/powerpc/include/asm/mpc5121.h index 887d3d6133e..4a69cd1d504 100644 --- a/arch/powerpc/include/asm/mpc5121.h +++ b/arch/powerpc/include/asm/mpc5121.h @@ -37,7 +37,12 @@ struct mpc512x_ccm {  	u32	cccr;	/* CFM Clock Control Register */  	u32	dccr;	/* DIU Clock Control Register */  	u32	mscan_ccr[4];	/* MSCAN Clock Control Registers */ -	u8	res[0x98]; /* Reserved */ +	u32	out_ccr[4];	/* OUT CLK Configure Registers */ +	u32	rsv0[2];	/* Reserved */ +	u32	scfr3;		/* System Clock Frequency Register 3 */ +	u32	rsv1[3];	/* Reserved */ +	u32	spll_lock_cnt;	/* System PLL Lock Counter */ +	u8	res[0x6c];	/* Reserved */  };  /*  | 
