Message ID | 1345617865-14199-8-git-send-email-rajeshwari.s@samsung.com |
---|---|
State | New |
Headers | show |
Hi, On 22 August 2012 12:14, Rajeshwari Shinde <rajeshwari.s@samsung.com> wrote: > This patch adds base address for I2S > > Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> > Acked-by: Chander Kashyap <chander.kashyap@gmail.com>
On Tue, Aug 21, 2012 at 11:44 PM, Rajeshwari Shinde <rajeshwari.s@samsung.com> wrote: > This patch adds base address for I2S > > Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> > --- > Changes in V2: > - None > arch/arm/include/asm/arch-exynos/cpu.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h > index 252a5b3..f32e778 100644 > --- a/arch/arm/include/asm/arch-exynos/cpu.h > +++ b/arch/arm/include/asm/arch-exynos/cpu.h > @@ -55,6 +55,7 @@ > #define EXYNOS4_PWMTIMER_BASE 0x139D0000 > #define EXYNOS4_MODEM_BASE 0x13A00000 > #define EXYNOS4_USBPHY_CONTROL 0x10020704 > +#define EXYNOS4_I2S_BASE 0xE2100000 > > #define EXYNOS4_GPIO_PART4_BASE DEVICE_NOT_AVAILABLE > #define EXYNOS4_DP_BASE DEVICE_NOT_AVAILABLE > @@ -84,6 +85,7 @@ > #define EXYNOS5_UART_BASE 0x12C00000 > #define EXYNOS5_I2C_BASE 0x12C60000 > #define EXYNOS5_SPI_BASE 0x12D20000 > +#define EXYNOS5_I2S_BASE 0x12D60000 > #define EXYNOS5_PWMTIMER_BASE 0x12DD0000 > #define EXYNOS5_SPI_ISP_BASE 0x131A0000 > #define EXYNOS5_GPIO_PART2_BASE 0x13400000 > @@ -160,6 +162,7 @@ SAMSUNG_BASE(dp, DP_BASE) > SAMSUNG_BASE(sysreg, SYSREG_BASE) > SAMSUNG_BASE(fimd, FIMD_BASE) > SAMSUNG_BASE(i2c, I2C_BASE) > +SAMSUNG_BASE(i2s, I2S_BASE) > SAMSUNG_BASE(mipi_dsim, MIPI_DSIM_BASE) > SAMSUNG_BASE(gpio_part1, GPIO_PART1_BASE) > SAMSUNG_BASE(gpio_part2, GPIO_PART2_BASE) > -- > 1.7.4.4 >
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 252a5b3..f32e778 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exynos/cpu.h @@ -55,6 +55,7 @@ #define EXYNOS4_PWMTIMER_BASE 0x139D0000 #define EXYNOS4_MODEM_BASE 0x13A00000 #define EXYNOS4_USBPHY_CONTROL 0x10020704 +#define EXYNOS4_I2S_BASE 0xE2100000 #define EXYNOS4_GPIO_PART4_BASE DEVICE_NOT_AVAILABLE #define EXYNOS4_DP_BASE DEVICE_NOT_AVAILABLE @@ -84,6 +85,7 @@ #define EXYNOS5_UART_BASE 0x12C00000 #define EXYNOS5_I2C_BASE 0x12C60000 #define EXYNOS5_SPI_BASE 0x12D20000 +#define EXYNOS5_I2S_BASE 0x12D60000 #define EXYNOS5_PWMTIMER_BASE 0x12DD0000 #define EXYNOS5_SPI_ISP_BASE 0x131A0000 #define EXYNOS5_GPIO_PART2_BASE 0x13400000 @@ -160,6 +162,7 @@ SAMSUNG_BASE(dp, DP_BASE) SAMSUNG_BASE(sysreg, SYSREG_BASE) SAMSUNG_BASE(fimd, FIMD_BASE) SAMSUNG_BASE(i2c, I2C_BASE) +SAMSUNG_BASE(i2s, I2S_BASE) SAMSUNG_BASE(mipi_dsim, MIPI_DSIM_BASE) SAMSUNG_BASE(gpio_part1, GPIO_PART1_BASE) SAMSUNG_BASE(gpio_part2, GPIO_PART2_BASE)
This patch adds base address for I2S Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> --- Changes in V2: - None arch/arm/include/asm/arch-exynos/cpu.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)