summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-11-17 14:01:40 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2011-11-24 08:01:39 (GMT)
commit54986964c13c72f0a6cf58855ee376a12e21d2d7 (patch)
tree8f1c8f52dea198bb47f354887d333e1626138631 /arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi
parent03f4201bd44e7d3ca7dc26b30d4251a07c77e9f2 (diff)
downloadlinux-fsl-qoriq-54986964c13c72f0a6cf58855ee376a12e21d2d7.tar.xz
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/mpc8569si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi28
1 files changed, 20 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi b/arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi
index eb75a18..3e6346a 100644
--- a/arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi
@@ -70,17 +70,25 @@
};
&rio {
+ compatible = "fsl,srio";
+ interrupts = <48 2 0 0>;
#address-cells = <2>;
#size-cells = <2>;
- compatible = "fsl,mpc8569-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 */>;
+ fsl,srio-rmu-handle = <&rmu>;
sleep = <&pmc 0x00080000>;
+ ranges;
+
+ port1 {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ cell-index = <1>;
+ };
+
+ port2 {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ cell-index = <2>;
+ };
};
&soc {
@@ -159,6 +167,10 @@
};
/include/ "pq3-mpic.dtsi"
+/include/ "pq3-rmu-0.dtsi"
+ rmu@d3000 {
+ sleep = <&pmc 0x00040000>;
+ };
global-utilities@e0000 {
#address-cells = <1>;