Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292588
b: refs/heads/master
c: 8232a4d
h: refs/heads/master
v: v3
  • Loading branch information
chenhui zhao authored and Kumar Gala committed Mar 16, 2012
1 parent fdea175 commit 66f714a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcf3302c3c5cee587e5662d7f597f99c1a93cdd1
refs/heads/master: 8232a4de6131542058cb47a627c5e7445ad61a3b
16 changes: 16 additions & 0 deletions trunk/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,21 @@
};
};

&rio {
compatible = "fsl,srio";
interrupts = <48 2 0 0>;
#address-cells = <2>;
#size-cells = <2>;
fsl,srio-rmu-handle = <&rmu>;
ranges;

port1 {
#address-cells = <2>;
#size-cells = <2>;
cell-index = <1>;
};
};

&soc {
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -134,6 +149,7 @@

/include/ "pq3-sec2.1-0.dtsi"
/include/ "pq3-mpic.dtsi"
/include/ "pq3-rmu-0.dtsi"

global-utilities@e0000 {
compatible = "fsl,mpc8548-guts";
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8548cds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@
0x0 0x100000>;
};
};

rio: rapidio@e00c0000 {
reg = <0x0 0xe00c0000 0x0 0x20000>;
port1 {
ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x20000000>;
};
};
};

/include/ "fsl/mpc8548si-post.dtsi"
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/85xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ config MPC85xx_CDS
bool "Freescale MPC85xx CDS"
select DEFAULT_UIMAGE
select PPC_I8259
select HAS_RAPIDIO
help
This option enables support for the MPC85xx CDS board

Expand Down

0 comments on commit 66f714a

Please sign in to comment.