Skip to content

Commit f365ad5

Browse files
committed
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: [POWERPC] Fix DMA nodes in the MPC8610 HPCD device tree [POWERPC] Export empty_zero_page and copy_page in arch/ppc [POWERPC] Add "memory" clobber to MMIO accessors [POWERPC] pasemi: update pasemi_defconfig, enable electra_cf electra_cf: Add MODULE_DEVICE_TABLE()
2 parents 61ac7bf + 9c8b28c commit f365ad5

File tree

5 files changed

+126
-71
lines changed

5 files changed

+126
-71
lines changed

arch/powerpc/boot/dts/mpc8610_hpcd.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,38 +251,38 @@
251251
dma@c300 {
252252
#address-cells = <1>;
253253
#size-cells = <1>;
254-
compatible = "fsl,mpc8610-dma", "fsl,mpc8540-dma";
254+
compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
255255
cell-index = <1>;
256256
reg = <0xc300 0x4>; /* DMA general status register */
257257
ranges = <0x0 0xc100 0x200>;
258258

259259
dma-channel@0 {
260260
compatible = "fsl,mpc8610-dma-channel",
261-
"fsl,mpc8540-dma-channel";
261+
"fsl,eloplus-dma-channel";
262262
cell-index = <0>;
263263
reg = <0x0 0x80>;
264264
interrupt-parent = <&mpic>;
265265
interrupts = <60 2>;
266266
};
267267
dma-channel@1 {
268268
compatible = "fsl,mpc8610-dma-channel",
269-
"fsl,mpc8540-dma-channel";
269+
"fsl,eloplus-dma-channel";
270270
cell-index = <1>;
271271
reg = <0x80 0x80>;
272272
interrupt-parent = <&mpic>;
273273
interrupts = <61 2>;
274274
};
275275
dma-channel@2 {
276276
compatible = "fsl,mpc8610-dma-channel",
277-
"fsl,mpc8540-dma-channel";
277+
"fsl,eloplus-dma-channel";
278278
cell-index = <2>;
279279
reg = <0x100 0x80>;
280280
interrupt-parent = <&mpic>;
281281
interrupts = <62 2>;
282282
};
283283
dma-channel@3 {
284284
compatible = "fsl,mpc8610-dma-channel",
285-
"fsl,mpc8540-dma-channel";
285+
"fsl,eloplus-dma-channel";
286286
cell-index = <3>;
287287
reg = <0x180 0x80>;
288288
interrupt-parent = <&mpic>;

0 commit comments

Comments
 (0)