omap_hwmod: share identical omap_hwmod_dma_info arrays
[deliverable/linux.git] / arch / arm / mach-omap2 / omap_hwmod_2xxx_ipblock_data.c
CommitLineData
0d619a89
PW
1/*
2 * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
3 *
4 * Copyright (C) 2011 Nokia Corporation
5 * Paul Walmsley
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11#include <plat/omap_hwmod.h>
12#include <plat/serial.h>
d826ebfa 13#include <plat/dma.h>
0d619a89
PW
14
15#include <mach/irqs.h>
16
17#include "omap_hwmod_common_data.h"
18
19struct omap_hwmod_irq_info omap2xxx_timer12_mpu_irqs[] = {
20 { .irq = 48, },
21 { .irq = -1 }
22};
d826ebfa
PW
23
24struct omap_hwmod_dma_info omap2xxx_dss_sdma_chs[] = {
25 { .name = "dispc", .dma_req = 5 },
26 { .dma_req = -1 }
27};
This page took 0.041116 seconds and 5 git commands to generate.