arm: rmobile: Add register infomation of PLL regsiter

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu 2014-03-31 11:51:57 +09:00 committed by Nobuhiro Iwamatsu
parent ae8e1d9d7d
commit e05b98dadf
1 changed files with 4 additions and 0 deletions

View File

@ -374,6 +374,10 @@
#define CCI_AXI_IPMMUDSDVMCR 0xFF880414
#define CCI_AXI_AX2ADDRMASK 0xFF88041C
#define PLL0CR 0xE61500D8
#define PLL0_STC_MASK 0x7F000000
#define PLL0_STC_BIT 24
#ifndef __ASSEMBLY__
#include <asm/types.h>