]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-keystone/clock_defs.h
k2hk: use common KS2_ prefix for all hardware definitions
[karo-tx-uboot.git] / arch / arm / include / asm / arch-keystone / clock_defs.h
index b251aff38322d8859abb99a477f255165255fcf3..e545341ca7c765f367b2502314208c6d88c4ae38 100644 (file)
@@ -50,7 +50,7 @@ struct pllctl_regs {
 };
 
 static struct pllctl_regs *pllctl_regs[] = {
-       (struct pllctl_regs *)(CLOCK_BASE + 0x100)
+       (struct pllctl_regs *)(KS2_CLOCK_BASE + 0x100)
 };
 
 #define pllctl_reg(pll, reg)            (&(pllctl_regs[pll]->reg))