]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: rmobile: Add register infomation of PLL regsiter
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Mon, 31 Mar 2014 02:51:57 +0000 (11:51 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 27 Apr 2014 19:35:12 +0000 (04:35 +0900)
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/include/asm/arch-rmobile/rcar-base.h

index 371f0ed6247292fab73f6d1c57a75d51baab8f4f..4331d3137c0e96456576d2560b348fbbf0837571 100644 (file)
 #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>