Commit 44045e45 authored by Madalin Bucur's avatar Madalin Bucur

fsl/fman: MEMAC may use QSGMII PHY interface mode

Signed-off-by: default avatarMadalin Bucur <madalin.bucur@nxp.com>
parent 73c364e1
...@@ -1151,7 +1151,8 @@ struct fman_mac *memac_config(struct fman_mac_params *params) ...@@ -1151,7 +1151,8 @@ struct fman_mac *memac_config(struct fman_mac_params *params)
/* Save FMan revision */ /* Save FMan revision */
fman_get_revision(memac->fm, &memac->fm_rev_info); fman_get_revision(memac->fm, &memac->fm_rev_info);
if (memac->phy_if == PHY_INTERFACE_MODE_SGMII) { if (memac->phy_if == PHY_INTERFACE_MODE_SGMII ||
memac->phy_if == PHY_INTERFACE_MODE_QSGMII) {
if (!params->internal_phy_node) { if (!params->internal_phy_node) {
pr_err("PCS PHY node is not available\n"); pr_err("PCS PHY node is not available\n");
memac_free(memac); memac_free(memac);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment