Skip to content

Commit

Permalink
Remove interrupt from extra uio devices
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chan <[email protected]>
  • Loading branch information
erichchan999 committed Nov 12, 2024
1 parent c04538b commit 67836a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
reg = <
0x00 0x79800000 0x00 0x1000
0x00 0x80000000 0x00 0x1000
0x00 0x80200000 0x00 0x200000
0x00 0x80200000 0x00 0x1000
0x00 0x80400000 0x00 0x200000
0x00 0x80600000 0x00 0x200000
>;
Expand All @@ -32,7 +32,5 @@
0x00 0x80c00000 0x00 0x200000
0x00 0x80e00000 0x00 0x200000
>;
interrupts = <0x00 19 0x04>;
// IRQ = 51
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@
0x00 0x80c00000 0x00 0x200000
0x00 0x80e00000 0x00 0x200000
>;
interrupts = <0x00 19 0x04>;
// IRQ = 51
};
};

0 comments on commit 67836a6

Please sign in to comment.