Skip to content

Commit

Permalink
MIPS: mscc: ocelot: enable FDMA usage
Browse files Browse the repository at this point in the history
Enable FDMA usage by adding "fdma" resource in regs and interrupts.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Alexandre Belloni authored and Thomas Bogendoerfer committed Jul 5, 2022
1 parent 5e1138c commit 5f7e2f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions arch/mips/boot/dts/mscc/ocelot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@
<0x1880000 0x10000>,
<0x1040000 0x10000>,
<0x1050000 0x10000>,
<0x1060000 0x10000>;
<0x1060000 0x10000>,
<0x1a0 0x1c4>;
reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
"port2", "port3", "port4", "port5", "port6",
"port7", "port8", "port9", "port10", "qsys",
"ana", "s0", "s1", "s2";
interrupts = <18 21 22>;
interrupt-names = "ptp_rdy", "xtr", "inj";
"ana", "s0", "s1", "s2", "fdma";
interrupts = <18 21 22 16>;
interrupt-names = "ptp_rdy", "xtr", "inj", "fdma";

ethernet-ports {
#address-cells = <1>;
Expand Down

0 comments on commit 5f7e2f3

Please sign in to comment.