diff options
author | Haiying Wang <haiying.wang@freescale.com> | 2006-06-06 16:54:29 -0400 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-06-07 08:48:08 -0500 |
commit | c83ae9ea6d93abbe751bf8a3396236a084e56f87 (patch) | |
tree | 510200c29514f50b6b89cd60545b1953defbcd47 /board/mpc8641hpcn | |
parent | c934f655f9aeca70a5c5f88b465d9e9d57a8d22e (diff) | |
download | u-boot-c83ae9ea6d93abbe751bf8a3396236a084e56f87.tar.gz |
Modify the IRQ of DUART2
Diffstat (limited to 'board/mpc8641hpcn')
-rw-r--r-- | board/mpc8641hpcn/oftree.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8641hpcn/oftree.dts b/board/mpc8641hpcn/oftree.dts index 26ce6618ab..a11c321714 100644 --- a/board/mpc8641hpcn/oftree.dts +++ b/board/mpc8641hpcn/oftree.dts @@ -187,7 +187,7 @@ compatible = "ns16550"; reg = <4600 100>; clock-frequency = <0>; - interrupts = <2a 3>; + interrupts = <1c 3>; interrupt-parent = <40000>; }; |