~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/arm/boot/dts/omap3.dtsi

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                        reg = <0x48200000 0x1000>;
70
70
                };
71
71
 
 
72
                gpio1: gpio@48310000 {
 
73
                        compatible = "ti,omap3-gpio";
 
74
                        ti,hwmods = "gpio1";
 
75
                        gpio-controller;
 
76
                        #gpio-cells = <2>;
 
77
                        interrupt-controller;
 
78
                        #interrupt-cells = <1>;
 
79
                };
 
80
 
 
81
                gpio2: gpio@49050000 {
 
82
                        compatible = "ti,omap3-gpio";
 
83
                        ti,hwmods = "gpio2";
 
84
                        gpio-controller;
 
85
                        #gpio-cells = <2>;
 
86
                        interrupt-controller;
 
87
                        #interrupt-cells = <1>;
 
88
                };
 
89
 
 
90
                gpio3: gpio@49052000 {
 
91
                        compatible = "ti,omap3-gpio";
 
92
                        ti,hwmods = "gpio3";
 
93
                        gpio-controller;
 
94
                        #gpio-cells = <2>;
 
95
                        interrupt-controller;
 
96
                        #interrupt-cells = <1>;
 
97
                };
 
98
 
 
99
                gpio4: gpio@49054000 {
 
100
                        compatible = "ti,omap3-gpio";
 
101
                        ti,hwmods = "gpio4";
 
102
                        gpio-controller;
 
103
                        #gpio-cells = <2>;
 
104
                        interrupt-controller;
 
105
                        #interrupt-cells = <1>;
 
106
                };
 
107
 
 
108
                gpio5: gpio@49056000 {
 
109
                        compatible = "ti,omap3-gpio";
 
110
                        ti,hwmods = "gpio5";
 
111
                        gpio-controller;
 
112
                        #gpio-cells = <2>;
 
113
                        interrupt-controller;
 
114
                        #interrupt-cells = <1>;
 
115
                };
 
116
 
 
117
                gpio6: gpio@49058000 {
 
118
                        compatible = "ti,omap3-gpio";
 
119
                        ti,hwmods = "gpio6";
 
120
                        gpio-controller;
 
121
                        #gpio-cells = <2>;
 
122
                        interrupt-controller;
 
123
                        #interrupt-cells = <1>;
 
124
                };
 
125
 
72
126
                uart1: serial@4806a000 {
73
127
                        compatible = "ti,omap3-uart";
74
128
                        ti,hwmods = "uart1";
113
167
                        #size-cells = <0>;
114
168
                        ti,hwmods = "i2c3";
115
169
                };
 
170
 
 
171
                mcspi1: spi@48098000 {
 
172
                        compatible = "ti,omap2-mcspi";
 
173
                        #address-cells = <1>;
 
174
                        #size-cells = <0>;
 
175
                        ti,hwmods = "mcspi1";
 
176
                        ti,spi-num-cs = <4>;
 
177
                };
 
178
 
 
179
                mcspi2: spi@4809a000 {
 
180
                        compatible = "ti,omap2-mcspi";
 
181
                        #address-cells = <1>;
 
182
                        #size-cells = <0>;
 
183
                        ti,hwmods = "mcspi2";
 
184
                        ti,spi-num-cs = <2>;
 
185
                };
 
186
 
 
187
                mcspi3: spi@480b8000 {
 
188
                        compatible = "ti,omap2-mcspi";
 
189
                        #address-cells = <1>;
 
190
                        #size-cells = <0>;
 
191
                        ti,hwmods = "mcspi3";
 
192
                        ti,spi-num-cs = <2>;
 
193
                };
 
194
 
 
195
                mcspi4: spi@480ba000 {
 
196
                        compatible = "ti,omap2-mcspi";
 
197
                        #address-cells = <1>;
 
198
                        #size-cells = <0>;
 
199
                        ti,hwmods = "mcspi4";
 
200
                        ti,spi-num-cs = <1>;
 
201
                };
 
202
 
 
203
                mmc1: mmc@4809c000 {
 
204
                        compatible = "ti,omap3-hsmmc";
 
205
                        ti,hwmods = "mmc1";
 
206
                        ti,dual-volt;
 
207
                };
 
208
 
 
209
                mmc2: mmc@480b4000 {
 
210
                        compatible = "ti,omap3-hsmmc";
 
211
                        ti,hwmods = "mmc2";
 
212
                };
 
213
 
 
214
                mmc3: mmc@480ad000 {
 
215
                        compatible = "ti,omap3-hsmmc";
 
216
                        ti,hwmods = "mmc3";
 
217
                };
116
218
        };
117
219
};