]> Git Repo - J-u-boot.git/commit - drivers/net/fsl-mc/mc.c
driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl
authorYogesh Gaur <[email protected]>
Tue, 16 Jan 2018 04:38:24 +0000 (10:08 +0530)
committerYork Sun <[email protected]>
Tue, 30 Jan 2018 17:13:32 +0000 (09:13 -0800)
commitf9747a5a5d34d39843f8007b4230a86bcb852461
tree9980038a106717f52a7ac64f7e1b5d6c3a530294
parentae5326a6b34b34b1827edf2eee1a0e9e5363c5a2
driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl

For for case of lazyapply method, API fdt_fixup_board_enet() gets
invoked before DPL being deployed. This leads to an issue that
fsl-mc fdt fixup status marked as fail and dprc driver didn't get
registered in linux boot.

Fixes this issue by calling fdt_fixup_board_enet() for case when
DPL is deployed successfully in lazyapply method.

Signed-off-by: Yogesh Gaur <[email protected]>
Reviewed-by: York Sun <[email protected]>
drivers/net/fsl-mc/mc.c
include/fdt_support.h
This page took 0.030805 seconds and 4 git commands to generate.