summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2012-06-11 13:27:17 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:42:31 +0900
commit286d2157c50c4b1928ca9bf65e2aca661e48f6a1 (patch)
tree3b0aa42efaca7b2165162dc3d327ebb46281fb6e /arch/arm
parent8b527f3df55e43efda38ec23cb844303ae9ae15e (diff)
downloadlinux-3.10-286d2157c50c4b1928ca9bf65e2aca661e48f6a1.tar.gz
linux-3.10-286d2157c50c4b1928ca9bf65e2aca661e48f6a1.tar.bz2
linux-3.10-286d2157c50c4b1928ca9bf65e2aca661e48f6a1.zip
ARM: Exynos4: fix DSIM support
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-exynos/include/mach/irqs.h2
-rw-r--r--arch/arm/mach-exynos/include/mach/map.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/irqs.h b/arch/arm/mach-exynos/include/mach/irqs.h
index c72f59d91fc..34ee14cd1d3 100644
--- a/arch/arm/mach-exynos/include/mach/irqs.h
+++ b/arch/arm/mach-exynos/include/mach/irqs.h
@@ -96,6 +96,7 @@
#define EXYNOS4_IRQ_DWMCI IRQ_SPI(77)
#define EXYNOS4_IRQ_MIPI_CSIS0 IRQ_SPI(78)
+#define EXYNOS4_IRQ_MIPI_DSI0 IRQ_SPI(79)
#define EXYNOS4_IRQ_MIPI_CSIS1 IRQ_SPI(80)
#define EXYNOS4_IRQ_ONENAND_AUDI IRQ_SPI(82)
@@ -217,6 +218,7 @@
#define IRQ_HSMMC3 EXYNOS4_IRQ_HSMMC3
#define IRQ_MIPI_CSIS0 EXYNOS4_IRQ_MIPI_CSIS0
+#define IRQ_MIPI_DSI0 EXYNOS4_IRQ_MIPI_DSI0
#define IRQ_ONENAND_AUDI EXYNOS4_IRQ_ONENAND_AUDI
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h
index 92b29bb583c..e72139805bf 100644
--- a/arch/arm/mach-exynos/include/mach/map.h
+++ b/arch/arm/mach-exynos/include/mach/map.h
@@ -179,6 +179,7 @@
#define EXYNOS4_PA_MIPI_CSIS1 0x11890000
#define EXYNOS4_PA_FIMD0 0x11C00000
+#define EXYNOS4_PA_DSIM0 0x11C80000
#define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))
#define EXYNOS4_PA_DWMCI 0x12550000