diff options
author | Jason Jin <Jason.jin@freescale.com> | 2008-04-19 15:07:56 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-30 05:45:53 -0500 |
commit | aecb2b6eac6ee596f34a54fb164138756895c78a (patch) | |
tree | 61de2663a448adbd1b061426fbbd5c21c7436182 | |
parent | eabd90944b3a00766e84da3d117ea0f3e0a3b1a3 (diff) |
[POWERPC] 86xx: Fix the wrong serial1 interrupt for 8610 board
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/boot/dts/mpc8610_hpcd.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 1f2f1e0a557..255dfefc2d6 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts @@ -105,7 +105,7 @@ compatible = "ns16550"; reg = <0x4600 0x100>; clock-frequency = <0>; - interrupts = <28 2>; + interrupts = <42 2>; interrupt-parent = <&mpic>; }; |