drivers: net: devsoc: enable init non-cache buf support

This changes initialize non-cache buffer every time
before edma configuration.

Change-Id: I3a4f84076516feeb7b578a7543d6e68d788c8931
Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
This commit is contained in:
Ram Kumar D 2022-07-08 08:54:45 +05:30
parent 8e34020d77
commit b717c79249

View file

@ -1723,12 +1723,13 @@ int devsoc_edma_init(void *edma_board_cfg)
#endif
int node, phy_addr, mode, phy_node = -1, res = -1;
int aquantia_port[2] = {-1, -1}, aquantia_port_cnt = -1;
#endif
/*
* Init non cache buffer
*/
noncached_init();
#ifndef CONFIG_DEVSOC_RUMI
node = fdt_path_offset(gd->fdt_blob, "/ess-switch");
if (node >= 0) {