Commit 710e3383 authored by Li Yang's avatar Li Yang Committed by Kumar Gala

powerpc/85xx: Change MPC8572DS camp dtses for MSI sharing

Enable the sharing of MSI interrupt through AMP OSes in the mpc8572ds
dtses.
Signed-off-by: default avatarZhao Chenhui <b26998@freescale.com>
Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 48059993
...@@ -215,6 +215,18 @@ serial0: serial@4500 { ...@@ -215,6 +215,18 @@ serial0: serial@4500 {
clock-frequency = <0>; clock-frequency = <0>;
}; };
msi@41600 {
compatible = "fsl,mpc8572-msi", "fsl,mpic-msi";
reg = <0x41600 0x80>;
msi-available-ranges = <0 0x80>;
interrupts = <
0xe0 0
0xe1 0
0xe2 0
0xe3 0>;
interrupt-parent = <&mpic>;
};
global-utilities@e0000 { //global utilities block global-utilities@e0000 { //global utilities block
compatible = "fsl,mpc8572-guts"; compatible = "fsl,mpc8572-guts";
reg = <0xe0000 0x1000>; reg = <0xe0000 0x1000>;
...@@ -243,8 +255,7 @@ mpic: pic@40000 { ...@@ -243,8 +255,7 @@ mpic: pic@40000 {
protected-sources = < protected-sources = <
31 32 33 37 38 39 /* enet2 enet3 */ 31 32 33 37 38 39 /* enet2 enet3 */
76 77 78 79 26 42 /* dma2 pci2 serial*/ 76 77 78 79 26 42 /* dma2 pci2 serial*/
0xe0 0xe1 0xe2 0xe3 /* msi */ 0xe4 0xe5 0xe6 0xe7 /* msi */
0xe4 0xe5 0xe6 0xe7
>; >;
}; };
}; };
......
...@@ -154,12 +154,8 @@ enet3: ethernet@27000 { ...@@ -154,12 +154,8 @@ enet3: ethernet@27000 {
msi@41600 { msi@41600 {
compatible = "fsl,mpc8572-msi", "fsl,mpic-msi"; compatible = "fsl,mpc8572-msi", "fsl,mpic-msi";
reg = <0x41600 0x80>; reg = <0x41600 0x80>;
msi-available-ranges = <0 0x100>; msi-available-ranges = <0x80 0x80>;
interrupts = < interrupts = <
0xe0 0
0xe1 0
0xe2 0
0xe3 0
0xe4 0 0xe4 0
0xe5 0 0xe5 0
0xe6 0 0xe6 0
...@@ -190,6 +186,7 @@ mpic: pic@40000 { ...@@ -190,6 +186,7 @@ mpic: pic@40000 {
0x1 0x2 0x3 0x4 /* pci slot */ 0x1 0x2 0x3 0x4 /* pci slot */
0x9 0xa 0xb 0xc /* usb */ 0x9 0xa 0xb 0xc /* usb */
0x6 0x7 0xe 0x5 /* Audio elgacy SATA */ 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
0xe0 0xe1 0xe2 0xe3 /* msi */
>; >;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment