change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8825 / sc8810_cpc.h
1 #ifndef _SC8810_CPC_H_
2 #define _SC8810_CPC_H_
3
4 #include <common.h>
5 #ifdef CONFIG_TIGER
6 #include <asm/arch/sc8810_reg_base.h>
7 #else
8 #error "no soc defined"
9 #endif
10
11 #define PIN_CTL_BASE CHIPPIN_CTL_BEGIN
12 #define PIN_CTL_REG CHIPPIN_CTL_BEGIN
13
14 #define ANA_CPC_BASE (ADI_CTL_BEGAIN + 0x180)
15 #define ANA_PIN_CTL_BASE (ANA_CPC_BASE + 0x8C)
16
17 #endif //_SC8810_CPC_H_