Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101621
b: refs/heads/master
c: 741edc4
h: refs/heads/master
i:
  101619: 9dc0be3
v: v3
  • Loading branch information
Jason Jin authored and Kumar Gala committed Jun 2, 2008
1 parent 024bffd commit 2681d63
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0023352f56f90d01de67f995e248fe4c5308a497
refs/heads/master: 741edc494978bc2770e891b8cfadbca3246a3d1a
16 changes: 16 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8544ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,22 @@
device_type = "open-pic";
big-endian;
};

msi@41600 {
compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
reg = <0x41600 0x80>;
msi-available-ranges = <0 0x100>;
interrupts = <
0xe0 0
0xe1 0
0xe2 0
0xe3 0
0xe4 0
0xe5 0
0xe6 0
0xe7 0>;
interrupt-parent = <&mpic>;
};
};

pci0: pci@e0008000 {
Expand Down
16 changes: 16 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8572ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,22 @@
fsl,has-rstcr;
};

msi@41600 {
compatible = "fsl,mpc8572-msi", "fsl,mpic-msi";
reg = <0x41600 0x80>;
msi-available-ranges = <0 0x100>;
interrupts = <
0xe0 0
0xe1 0
0xe2 0
0xe3 0
0xe4 0
0xe5 0
0xe6 0
0xe7 0>;
interrupt-parent = <&mpic>;
};

mpic: pic@40000 {
clock-frequency = <0>;
interrupt-controller;
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/platforms/85xx/mpc85xx_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ void __init mpc85xx_ds_pic_init(void)
}

mpic = mpic_alloc(np, r.start,
MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
MPIC_PRIMARY | MPIC_WANTS_RESET |
MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS,
0, 256, " OpenPIC ");
BUG_ON(mpic == NULL);

Expand Down Expand Up @@ -195,6 +196,7 @@ static int __init mpc85xxds_publish_devices(void)
return of_platform_bus_probe(NULL, mpc85xxds_ids, NULL);
}
machine_device_initcall(mpc8544_ds, mpc85xxds_publish_devices);
machine_device_initcall(mpc8572_ds, mpc85xxds_publish_devices);

/*
* Called very early, device-tree isn't unflattened
Expand Down

0 comments on commit 2681d63

Please sign in to comment.