summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-11-17 08:01:40 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-11-24 02:01:39 -0600
commit54986964c13c72f0a6cf58855ee376a12e21d2d7 (patch)
tree8f1c8f52dea198bb47f354887d333e1626138631 /arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
parent03f4201bd44e7d3ca7dc26b30d4251a07c77e9f2 (diff)
downloadlinux-54986964c13c72f0a6cf58855ee376a12e21d2d7.tar.bz2
powerpc/85xx: Update SRIO device tree nodes
Update all dts files that support SRIO controllers to match the new fsl,srio device tree binding. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi25
1 files changed, 15 insertions, 10 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi b/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
index 6a9cca865774..64e7075a9cd4 100644
--- a/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
@@ -82,18 +82,19 @@
};
&rio {
+ compatible = "fsl,srio";
+ interrupts = <48 2 0 0>;
#address-cells = <2>;
#size-cells = <2>;
- compatible = "fsl,mpc8568-rapidio", "fsl,rapidio-delta";
- interrupts = <48 2 0 0 /* error */
- 49 2 0 0 /* bell_outb */
- 50 2 0 0 /* bell_inb */
- 53 2 0 0 /* msg1_tx */
- 54 2 0 0 /* msg1_rx */
- 55 2 0 0 /* msg2_tx */
- 56 2 0 0 /* msg2_rx */>;
- sleep = <&pmc 0x00080000 /* controller */
- &pmc 0x00040000>; /* message unit */
+ fsl,srio-rmu-handle = <&rmu>;
+ sleep = <&pmc 0x00080000>;
+ ranges;
+
+ port1 {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ cell-index = <1>;
+ };
};
&soc {
@@ -178,6 +179,10 @@
};
/include/ "pq3-mpic.dtsi"
+/include/ "pq3-rmu-0.dtsi"
+ rmu@d3000 {
+ sleep = <&pmc 0x00040000>;
+ };
global-utilities@e0000 {
#address-cells = <1>;