~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to arch/sh/kernel/cpu/sh4a/setup-sh7786.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * SH7786 Setup
3
3
 *
4
 
 * Copyright (C) 2009 - 2010  Renesas Solutions Corp.
 
4
 * Copyright (C) 2009 - 2011  Renesas Solutions Corp.
5
5
 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6
6
 * Paul Mundt <paul.mundt@renesas.com>
7
7
 *
33
33
        .scbrr_algo_id  = SCBRR_ALGO_1,
34
34
        .type           = PORT_SCIF,
35
35
        .irqs           = { 40, 41, 43, 42 },
 
36
        .regtype        = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
36
37
};
37
38
 
38
39
static struct platform_device scif0_device = {
53
54
        .scbrr_algo_id  = SCBRR_ALGO_1,
54
55
        .type           = PORT_SCIF,
55
56
        .irqs           = { 44, 44, 44, 44 },
 
57
        .regtype        = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
56
58
};
57
59
 
58
60
static struct platform_device scif1_device = {
70
72
        .scbrr_algo_id  = SCBRR_ALGO_1,
71
73
        .type           = PORT_SCIF,
72
74
        .irqs           = { 50, 50, 50, 50 },
 
75
        .regtype        = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
73
76
};
74
77
 
75
78
static struct platform_device scif2_device = {
87
90
        .scbrr_algo_id  = SCBRR_ALGO_1,
88
91
        .type           = PORT_SCIF,
89
92
        .irqs           = { 51, 51, 51, 51 },
 
93
        .regtype        = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
90
94
};
91
95
 
92
96
static struct platform_device scif3_device = {
104
108
        .scbrr_algo_id  = SCBRR_ALGO_1,
105
109
        .type           = PORT_SCIF,
106
110
        .irqs           = { 52, 52, 52, 52 },
 
111
        .regtype        = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
107
112
};
108
113
 
109
114
static struct platform_device scif4_device = {
121
126
        .scbrr_algo_id  = SCBRR_ALGO_1,
122
127
        .type           = PORT_SCIF,
123
128
        .irqs           = { 53, 53, 53, 53 },
 
129
        .regtype        = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
124
130
};
125
131
 
126
132
static struct platform_device scif5_device = {