Skip to content

Commit

Permalink
powerpc/85xx: specify interrupt for pq3-localbus devices
Browse files Browse the repository at this point in the history
fsl-lbc driver requires an interrupt to bind to localbus device.
Populate 85xx boards' dts trees with lbc interrupt info.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Dmitry Eremin-Solenikov authored and Kumar Gala committed Jun 27, 2011
1 parent 67e64f4 commit c0f5895
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/mpc8568mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
compatible = "fsl,mpc8568-localbus", "fsl,pq3-localbus",
"simple-bus";
reg = <0xe0005000 0x1000>;
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <0x0 0x0 0xfe000000 0x02000000
0x1 0x0 0xf8000000 0x00008000
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/socrates.dts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0xe0005000 0x40>;
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <0 0 0xfc000000 0x04000000
2 0 0xc8000000 0x04000000
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@
compatible = "fsl,mpc8540-localbus", "fsl,pq3-localbus",
"simple-bus";
reg = <0xe0005000 0x1000>;
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <0x0 0x0 0xfe000000 0x02000000>;

Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0xa0005000 0x100>; // BRx, ORx, etc.
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <
0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0xe0005000 0x100>; // BRx, ORx, etc.
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <
0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0xe0005000 0x100>; // BRx, ORx, etc.
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <
0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/xpedite5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0xef005000 0x100>; // BRx, ORx, etc.
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <
0 0x0 0xfc000000 0x04000000 // NOR boot flash
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/xpedite5200_xmon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0xef005000 0x100>; // BRx, ORx, etc.
interrupt-parent = <&mpic>;
interrupts = <19 2>;

ranges = <
0 0x0 0xf8000000 0x08000000 // NOR boot flash
Expand Down

0 comments on commit c0f5895

Please sign in to comment.