diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-06-01 19:15:18 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-27 08:31:12 -0500 |
commit | c0f589502ed553dbead67880c7bce57dee28a174 (patch) | |
tree | 39fb691b21c9483b5c12fc8050eb6aff8043902d /arch/powerpc/boot/dts/socrates.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/socrates.dts')
-rw-r--r-- | arch/powerpc/boot/dts/socrates.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/socrates.dts b/arch/powerpc/boot/dts/socrates.dts index feb4ef6bd144..38c35404bdc3 100644 --- a/arch/powerpc/boot/dts/socrates.dts +++ b/arch/powerpc/boot/dts/socrates.dts @@ -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 |