diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-06-01 11:15:18 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-27 09:31:12 -0400 |
commit | c0f589502ed553dbead67880c7bce57dee28a174 (patch) | |
tree | 39fb691b21c9483b5c12fc8050eb6aff8043902d /arch/powerpc/boot/dts/tqm8540.dts | |
parent | 67e64f4aee53152ce22b35e4f1b61ebe78d24f3b (diff) |
powerpc/85xx: specify interrupt for pq3-localbus devices
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>
Diffstat (limited to 'arch/powerpc/boot/dts/tqm8540.dts')
-rw-r--r-- | arch/powerpc/boot/dts/tqm8540.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/tqm8540.dts b/arch/powerpc/boot/dts/tqm8540.dts index e028457dff62..0a4cedbdcb55 100644 --- a/arch/powerpc/boot/dts/tqm8540.dts +++ b/arch/powerpc/boot/dts/tqm8540.dts | |||
@@ -283,6 +283,8 @@ | |||
283 | compatible = "fsl,mpc8540-localbus", "fsl,pq3-localbus", | 283 | compatible = "fsl,mpc8540-localbus", "fsl,pq3-localbus", |
284 | "simple-bus"; | 284 | "simple-bus"; |
285 | reg = <0xe0005000 0x1000>; | 285 | reg = <0xe0005000 0x1000>; |
286 | interrupt-parent = <&mpic>; | ||
287 | interrupts = <19 2>; | ||
286 | 288 | ||
287 | ranges = <0x0 0x0 0xfe000000 0x02000000>; | 289 | ranges = <0x0 0x0 0xfe000000 0x02000000>; |
288 | 290 | ||