diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:55:32 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:55:32 -0400 |
commit | ea5a4e209ddca984bbb5803b30d5e013e631f9ac (patch) | |
tree | a7f2cdb121fc44cfd7c382207104f867f93736c9 /arch/arm/mach-s5pv210/include/mach | |
parent | fac3d3555568de1755025a9609daf492dd548a59 (diff) | |
parent | eff4c74da7944ba30feb47b51d1e9e940e6682ff (diff) |
ARM: Merge for-2635-4/s5pv210-boards
Merge branch 'for-2635-4/s5pv210-boards' into for-2635-4/partial1
Conflicts:
arch/arm/mach-s5pv210/include/mach/map.h
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/irqs.h | 5 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 13 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/regs-clock.h | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/irqs.h b/arch/arm/mach-s5pv210/include/mach/irqs.h index 3a9e42e7734b..92fc6c7fc064 100644 --- a/arch/arm/mach-s5pv210/include/mach/irqs.h +++ b/arch/arm/mach-s5pv210/include/mach/irqs.h | |||
@@ -134,4 +134,9 @@ | |||
134 | #define EINT_GPIO_2(x) S5PV210_GPH2(x) | 134 | #define EINT_GPIO_2(x) S5PV210_GPH2(x) |
135 | #define EINT_GPIO_3(x) S5PV210_GPH3(x) | 135 | #define EINT_GPIO_3(x) S5PV210_GPH3(x) |
136 | 136 | ||
137 | /* Compatibility */ | ||
138 | #define IRQ_LCD_FIFO IRQ_LCD0 | ||
139 | #define IRQ_LCD_VSYNC IRQ_LCD1 | ||
140 | #define IRQ_LCD_SYSTEM IRQ_LCD2 | ||
141 | |||
137 | #endif /* ASM_ARCH_IRQS_H */ | 142 | #endif /* ASM_ARCH_IRQS_H */ |
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index e85957083055..fb5d05e91e44 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -26,6 +26,8 @@ | |||
26 | #define S5P_PA_GPIO S5PV210_PA_GPIO | 26 | #define S5P_PA_GPIO S5PV210_PA_GPIO |
27 | 27 | ||
28 | #define S5PV210_PA_IIC0 (0xE1800000) | 28 | #define S5PV210_PA_IIC0 (0xE1800000) |
29 | #define S5PV210_PA_IIC1 (0xFAB00000) | ||
30 | #define S5PV210_PA_IIC2 (0xE1A00000) | ||
29 | 31 | ||
30 | #define S5PV210_PA_TIMER (0xE2500000) | 32 | #define S5PV210_PA_TIMER (0xE2500000) |
31 | #define S5P_PA_TIMER S5PV210_PA_TIMER | 33 | #define S5P_PA_TIMER S5PV210_PA_TIMER |
@@ -47,6 +49,10 @@ | |||
47 | #define S5PV210_PA_PDMA0 0xE0900000 | 49 | #define S5PV210_PA_PDMA0 0xE0900000 |
48 | #define S5PV210_PA_PDMA1 0xE0A00000 | 50 | #define S5PV210_PA_PDMA1 0xE0A00000 |
49 | 51 | ||
52 | #define S5PV210_PA_FB (0xF8000000) | ||
53 | |||
54 | #define S5PV210_PA_HSMMC(x) (0xEB000000 + ((x) * 0x100000)) | ||
55 | |||
50 | #define S5PV210_PA_VIC0 (0xF2000000) | 56 | #define S5PV210_PA_VIC0 (0xF2000000) |
51 | #define S5P_PA_VIC0 S5PV210_PA_VIC0 | 57 | #define S5P_PA_VIC0 S5PV210_PA_VIC0 |
52 | 58 | ||
@@ -79,7 +85,14 @@ | |||
79 | 85 | ||
80 | /* compatibiltiy defines. */ | 86 | /* compatibiltiy defines. */ |
81 | #define S3C_PA_UART S5PV210_PA_UART | 87 | #define S3C_PA_UART S5PV210_PA_UART |
88 | #define S3C_PA_HSMMC0 S5PV210_PA_HSMMC(0) | ||
89 | #define S3C_PA_HSMMC1 S5PV210_PA_HSMMC(1) | ||
90 | #define S3C_PA_HSMMC2 S5PV210_PA_HSMMC(2) | ||
82 | #define S3C_PA_IIC S5PV210_PA_IIC0 | 91 | #define S3C_PA_IIC S5PV210_PA_IIC0 |
92 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 | ||
93 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 | ||
94 | #define S3C_PA_FB S5PV210_PA_FB | ||
95 | |||
83 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 96 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
84 | 97 | ||
85 | #endif /* __ASM_ARCH_MAP_H */ | 98 | #endif /* __ASM_ARCH_MAP_H */ |
diff --git a/arch/arm/mach-s5pv210/include/mach/regs-clock.h b/arch/arm/mach-s5pv210/include/mach/regs-clock.h index e56e0e4673ed..2a25ab40c863 100644 --- a/arch/arm/mach-s5pv210/include/mach/regs-clock.h +++ b/arch/arm/mach-s5pv210/include/mach/regs-clock.h | |||
@@ -126,6 +126,7 @@ | |||
126 | 126 | ||
127 | #define S5P_RST_STAT S5P_CLKREG(0xA000) | 127 | #define S5P_RST_STAT S5P_CLKREG(0xA000) |
128 | #define S5P_OSC_CON S5P_CLKREG(0x8000) | 128 | #define S5P_OSC_CON S5P_CLKREG(0x8000) |
129 | #define S5P_MDNIE_SEL S5P_CLKREG(0x7008) | ||
129 | #define S5P_MIPI_PHY_CON0 S5P_CLKREG(0x7200) | 130 | #define S5P_MIPI_PHY_CON0 S5P_CLKREG(0x7200) |
130 | #define S5P_MIPI_PHY_CON1 S5P_CLKREG(0x7204) | 131 | #define S5P_MIPI_PHY_CON1 S5P_CLKREG(0x7204) |
131 | #define S5P_MIPI_CONTROL S5P_CLKREG(0xE814) | 132 | #define S5P_MIPI_CONTROL S5P_CLKREG(0xE814) |