> There are two ways to get these settings propagated to the PHY driver: > > - using a board fixup which is going to be invoked during > drv->config_init() time > > - specifying a phydev->dev_flags and reading it from the PHY driver to > act upon and configure the PHY based on that value, there are only > 32-bits available though, and you need to make sure they are not > conflicting with other potential users in tree > > My preference would go with 1, since you could just register it in your > PHY driver and re-use the code you are proposing to include here.
fixup looks good to me too. Will submit revision soon. Thanks. - Woojung