소스 검색

[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>
Jason Jin 17 년 전
부모
커밋
aecb2b6eac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/powerpc/boot/dts/mpc8610_hpcd.dts

+ 1 - 1
arch/powerpc/boot/dts/mpc8610_hpcd.dts

@@ -105,7 +105,7 @@
 			compatible = "ns16550";
 			compatible = "ns16550";
 			reg = <0x4600 0x100>;
 			reg = <0x4600 0x100>;
 			clock-frequency = <0>;
 			clock-frequency = <0>;
-			interrupts = <28 2>;
+			interrupts = <42 2>;
 			interrupt-parent = <&mpic>;
 			interrupt-parent = <&mpic>;
 		};
 		};