diff options
author | Jason Jin <Jason.jin@freescale.com> | 2008-04-19 03:07:56 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-30 06:45:53 -0400 |
commit | aecb2b6eac6ee596f34a54fb164138756895c78a (patch) | |
tree | 61de2663a448adbd1b061426fbbd5c21c7436182 /arch | |
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>
Diffstat (limited to 'arch')
-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 1f2f1e0a5571..255dfefc2d6d 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
@@ -105,7 +105,7 @@ | |||
105 | compatible = "ns16550"; | 105 | compatible = "ns16550"; |
106 | reg = <0x4600 0x100>; | 106 | reg = <0x4600 0x100>; |
107 | clock-frequency = <0>; | 107 | clock-frequency = <0>; |
108 | interrupts = <28 2>; | 108 | interrupts = <42 2>; |
109 | interrupt-parent = <&mpic>; | 109 | interrupt-parent = <&mpic>; |
110 | }; | 110 | }; |
111 | 111 | ||