From: Nobuhiro Iwamatsu Date: Mon, 31 Mar 2014 02:51:57 +0000 (+0900) Subject: arm: rmobile: Add register infomation of PLL regsiter X-Git-Tag: v2014.07-rc2~9^2~2^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e05b98dadfa6a9a14d6d9445d11b611eda477457;p=u-boot arm: rmobile: Add register infomation of PLL regsiter Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h b/arch/arm/include/asm/arch-rmobile/rcar-base.h index 371f0ed624..4331d3137c 100644 --- a/arch/arm/include/asm/arch-rmobile/rcar-base.h +++ b/arch/arm/include/asm/arch-rmobile/rcar-base.h @@ -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