aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8313erdb.dts
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2008-10-17 12:20:26 -0400
committerArjan van de Ven <arjan@linux.intel.com>2008-10-17 12:20:26 -0400
commit651dab4264e4ba0e563f5ff56f748127246e9065 (patch)
tree016630974bdcb00fe529b673f96d389e0fd6dc94 /arch/powerpc/boot/dts/mpc8313erdb.dts
parent40b8606253552109815786e5d4b0de98782d31f5 (diff)
parent2e532d68a2b3e2aa6b19731501222069735c741c (diff)
Merge commit 'linus/master' into merge-linus
Conflicts: arch/x86/kvm/i8254.c
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8313erdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8313erdb.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 2a94ae0dc8b8..747f27676332 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
@@ -176,24 +176,28 @@
176 dma-channel@0 { 176 dma-channel@0 {
177 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; 177 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel";
178 reg = <0 0x80>; 178 reg = <0 0x80>;
179 cell-index = <0>;
179 interrupt-parent = <&ipic>; 180 interrupt-parent = <&ipic>;
180 interrupts = <71 8>; 181 interrupts = <71 8>;
181 }; 182 };
182 dma-channel@80 { 183 dma-channel@80 {
183 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; 184 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel";
184 reg = <0x80 0x80>; 185 reg = <0x80 0x80>;
186 cell-index = <1>;
185 interrupt-parent = <&ipic>; 187 interrupt-parent = <&ipic>;
186 interrupts = <71 8>; 188 interrupts = <71 8>;
187 }; 189 };
188 dma-channel@100 { 190 dma-channel@100 {
189 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; 191 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel";
190 reg = <0x100 0x80>; 192 reg = <0x100 0x80>;
193 cell-index = <2>;
191 interrupt-parent = <&ipic>; 194 interrupt-parent = <&ipic>;
192 interrupts = <71 8>; 195 interrupts = <71 8>;
193 }; 196 };
194 dma-channel@180 { 197 dma-channel@180 {
195 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; 198 compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel";
196 reg = <0x180 0x28>; 199 reg = <0x180 0x28>;
200 cell-index = <3>;
197 interrupt-parent = <&ipic>; 201 interrupt-parent = <&ipic>;
198 interrupts = <71 8>; 202 interrupts = <71 8>;
199 }; 203 };
@@ -359,7 +363,8 @@
359 #interrupt-cells = <1>; 363 #interrupt-cells = <1>;
360 #size-cells = <2>; 364 #size-cells = <2>;
361 #address-cells = <3>; 365 #address-cells = <3>;
362 reg = <0xe0008500 0x100>; 366 reg = <0xe0008500 0x100 /* internal registers */
367 0xe0008300 0x8>; /* config space access registers */
363 compatible = "fsl,mpc8349-pci"; 368 compatible = "fsl,mpc8349-pci";
364 device_type = "pci"; 369 device_type = "pci";
365 }; 370 };