diff options
author | Haiying Wang | 2006-07-28 12:41:35 -0400 |
---|---|---|
committer | Jon Loeliger | 2006-07-31 09:43:08 -0500 |
commit | 71748af833ca1017edf1415be376366ff2937d17 (patch) | |
tree | 4d20a65867815abf80822cb50c7a8135d5ce3088 /board/mpc8641hpcn | |
parent | 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c (diff) |
Correct the irq value 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 e3f5efab485..742a1404f1e 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 2>; + interrupts = <1c 2>; interrupt-parent = <40000>; }; |