Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

fsl/fman: MEMAC may use QSGMII PHY interface mode

parent 73c364e1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1151,7 +1151,8 @@ struct fman_mac *memac_config(struct fman_mac_params *params)
	/* Save FMan revision */
	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) {
			pr_err("PCS PHY node is not available\n");
			memac_free(memac);