From 5283856cb5005886a300f3becc0d391845044048 Mon Sep 17 00:00:00 2001 From: Chaitanya Bandi Date: Tue, 30 Oct 2012 14:15:55 +0530 Subject: ARM: tegra: Add MIPI_BIF base address Bug 1022139 Change-Id: I5750305239bdb36e17e6700cb89e78ed97f3c935 Signed-off-by: Chaitanya Bandi Reviewed-on: http://git-master/r/172606 Reviewed-by: Varun Colbert Tested-by: Varun Colbert --- arch/arm/mach-tegra/iomap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/mach-tegra/iomap.h') diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h index d4442214a1e5..c3926e7e888a 100644 --- a/arch/arm/mach-tegra/iomap.h +++ b/arch/arm/mach-tegra/iomap.h @@ -724,6 +724,11 @@ #endif +#if defined(CONFIG_ARCH_TEGRA_14x_SOC) +#define TEGRA_MIPI_BIF_BASE 0x70120000 +#define TEGRA_MIPI_BIF_SIZE SZ_1K +#endif + /* On TEGRA, many peripherals are very closely packed in * two 256 MB io windows (that actually only use about 64 KB * at the start of each). -- cgit v1.2.3