You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In da72218 ("net: fec: set GPR bit on suspend by DT
configuration.") the platform_device_id fec_devtype::driver_data was
converted from holding the quirks to a pointing to struct fec_devinfo.
The struct fec_devinfo holding the information for the i.MX6SX was
named fec_imx6x_info.
Rename fec_imx6x_info to fec_imx6sx_info to align with the SoC's name.
Reviewed-by: Wei Fang <[email protected]>
Reviewed-by: Frank Li <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: NipaLocal <nipa@local>
0 commit comments