commit | 0968d4e257459ccdd1268b30e312b6b0eb9936e2 | [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 | 5ed02b939b716a4927958d9a27ec0c5e288729dc [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>