RE: [PATCH] net: fsl-mc: fixup DPC: add /board/ports node if missing

2020-05-20 Thread Priyanka Jain (OSS)
jan > >Subject: [PATCH] net: fsl-mc: fixup DPC: add /board/ports node if missing > >The DPC fixup for MAC address and enet_if is not made if /board/ports node >is missing in DPC file. >Add /board/ports or /ports nodes if them are missing. > >Signed-off-by: Razvan Ionut

RE: [PATCH] net: fsl-mc: fixup DPC: add /board/ports node if missing

2020-04-30 Thread Ioana Ciornei
> Subject: [PATCH] net: fsl-mc: fixup DPC: add /board/ports node if missing > > The DPC fixup for MAC address and enet_if is not made if /board/ports node is > missing in DPC file. > Add /board/ports or /ports nodes if them are missing. > > Signed-off-by: Razvan Ionut Cirjan

[PATCH] net: fsl-mc: fixup DPC: add /board/ports node if missing

2020-04-28 Thread Razvan Ionut Cirjan
The DPC fixup for MAC address and enet_if is not made if /board/ports node is missing in DPC file. Add /board/ports or /ports nodes if them are missing. Signed-off-by: Razvan Ionut Cirjan --- drivers/net/fsl-mc/mc.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff -