commit | db3b5e9898f5420a7dbf7c38d80ea3f0d972de36 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Fri Aug 17 16:22:02 2018 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Aug 24 12:05:20 2018 +0200 |
tree | 973e44d64bb6bbf52a68a80e7b782cd9ab537eea | |
parent | 2418734ed429058b396d2aeb6b91f875cdc8e4ce [diff] |
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>