]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoff
authorLey Foon Tan <ley.foon.tan@intel.com>
Fri, 17 Aug 2018 08:22:02 +0000 (16:22 +0800)
committerMarek Vasut <marex@denx.de>
Fri, 24 Aug 2018 10:05:20 +0000 (12:05 +0200)
commit73332e569c2f9e7b3ad4de2a9226caf2c54985ae
tree973e44d64bb6bbf52a68a80e7b782cd9ab537eea
parent18220459ad60eb531298bd78efbe3ec3505a8a8a
arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoff

Code checking and setting EMAC use fpga is in
populate_sysmgr_fpgaintf_module(). So, call to sysmgr_pinmux_init()
instead of populate_sysmgr_pinmux().
In sysmgr_pinmux_init(), it will call to both populate_sysmgr_pinmux()
and populate_sysmgr_fpgaintf_module().

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/spl_s10.c