Commit de8b1e41 authored by Madalin Bucur's avatar Madalin Bucur

fsl/fman: enlarge FIFO to allow for the 5th port

Signed-off-by: default avatarMadalin Bucur <madalin.bucur@nxp.com>
parent 226327b2
......@@ -1212,7 +1212,7 @@ static int fill_soc_specific_params(struct fman_state_struct *state)
state->max_num_of_open_dmas = 32;
state->fm_port_num_of_cg = 256;
state->num_of_rx_ports = 6;
state->total_fifo_size = 122 * 1024;
state->total_fifo_size = 136 * 1024;
break;
case 2:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment