[PATCH] Fix the wrong serial1 interrupt for 8610 board

Kumar Gala kumar.gala at freescale.com
Fri Apr 18 22:51:54 EST 2008


On Apr 19, 2008, at 2:07 AM, Jason Jin wrote:
> Signed-off-by: Jason Jin <Jason.jin at freescale.com>
> ---
> 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 16c947b..97fdb01 100644
> --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts
> +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts
> @@ -100,7 +100,7 @@
> 			compatible = "ns16550";
> 			reg = <0x4600 0x100>;
> 			clock-frequency = <0>;
> -			interrupts = <28 2>;
> +			interrupts = <42 2>;

I've converted the .dts to v1 syntax but I'll fix this when I apply  
since its trivial.

>
> 			interrupt-parent = <&mpic>;
> 		};

- k



More information about the Linuxppc-dev mailing list