Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292593
b: refs/heads/master
c: da3b6c0
h: refs/heads/master
i:
  292591: 0bf6baf
v: v3
  • Loading branch information
Diana CRACIUN authored and Kumar Gala committed Mar 16, 2012
1 parent a6006ea commit cc0ad47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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: a2279e3fe484e89f744e03421377d5c0fca9f77d
refs/heads/master: da3b6c0534c76bc08ce5524342586138687fd106
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ Required properties:
etc.) and the second is "fsl,mpic-msi" or "fsl,ipic-msi" depending on
the parent type.

- reg : should contain the address and the length of the shared message
interrupt register set.
- reg : It may contain one or two regions. The first region should contain
the address and the length of the shared message interrupt register set.
The second region should contain the address of aliased MSIIR register for
platforms that have such an alias.

- msi-available-ranges: use <start count> style section to define which
msi interrupt can be used in the 256 msi interrupts. This property is
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/boot/dts/fsl/qoriq-mpic.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ timer@41100 {

msi0: msi@41600 {
compatible = "fsl,mpic-msi";
reg = <0x41600 0x200>;
reg = <0x41600 0x200 0x44140 4>;
msi-available-ranges = <0 0x100>;
interrupts = <
0xe0 0 0 0
Expand All @@ -68,7 +68,7 @@ msi0: msi@41600 {

msi1: msi@41800 {
compatible = "fsl,mpic-msi";
reg = <0x41800 0x200>;
reg = <0x41800 0x200 0x45140 4>;
msi-available-ranges = <0 0x100>;
interrupts = <
0xe8 0 0 0
Expand All @@ -83,7 +83,7 @@ msi1: msi@41800 {

msi2: msi@41a00 {
compatible = "fsl,mpic-msi";
reg = <0x41a00 0x200>;
reg = <0x41a00 0x200 0x46140 4>;
msi-available-ranges = <0 0x100>;
interrupts = <
0xf0 0 0 0
Expand Down

0 comments on commit cc0ad47

Please sign in to comment.