net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together
authorJames Byrne <james.byrne@origamienergy.com>
Wed, 6 Mar 2019 12:48:27 +0000 (12:48 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 14 May 2019 19:43:33 +0000 (14:43 -0500)
commit77b508d34b9485c981b084e8169dd64b381935b6
tree7293e7d7f1c8da570464271ab03d12959b293690
parent90176e3be63802bc8630bab651d169993f0f0763
net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together

Commit d397f7c45b0b ("net: phy: micrel: Separate KSZ9000 drivers from
KSZ8000 drivers") separated the KSZ8xxx and KSZ90x1 drivers and warns
that you shouldn't select both of them due to a device ID clash between
the KSZ9021 and the KS8721, asserting that "it is highly unlikely for a
system to contain both a KSZ8000 and a KSZ9000 PHY". Unfortunately
boards like the SAMA5D3xEK do contain both types of PHY, but fortunately
the Linux Micrel PHY driver provides a solution by using different PHY
ID and mask values to distinguish these chips.

This commit contains the following changes:

- The PHY ID and mask values for the KSZ9021 and the KS8721 now match
those used by the Linux driver.
- The warnings about not enabling both drivers have been removed.
- The description for PHY_MICREL_KSZ8XXX has been corrected (these are
10/100 PHYs, not GbE PHYs).
- PHY_MICREL_KSZ9021 and PHY_MICREL_KSZ9031 no longer select PHY_GIGE
since this is selected by PHY_MICREL_KSZ90X1.
- All of the relevant defconfig files have been updated now that
PHY_MICREL_KSZ8XXX does not default to 'Y'.

Signed-off-by: James Byrne <james.byrne@origamienergy.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
36 files changed:
configs/alt_defconfig
configs/aristainetos_defconfig
configs/bk4r1_defconfig
configs/colibri_imx6_defconfig
configs/colibri_imx7_defconfig
configs/colibri_imx7_emmc_defconfig
configs/colibri_vf_defconfig
configs/flea3_defconfig
configs/gose_defconfig
configs/imx6dl_mamoj_defconfig
configs/imx6qdl_icore_rqs_defconfig
configs/k2g_evm_defconfig
configs/k2g_hs_evm_defconfig
configs/koelsch_defconfig
configs/lager_defconfig
configs/m53menlo_defconfig
configs/mx6ul_14x14_evk_defconfig
configs/mx6ul_9x9_evk_defconfig
configs/opos6uldev_defconfig
configs/pcm052_defconfig
configs/phycore_pcl063_defconfig
configs/pico-hobbit-imx6ul_defconfig
configs/pico-imx6ul_defconfig
configs/pico-pi-imx6ul_defconfig
configs/porter_defconfig
configs/silk_defconfig
configs/stout_defconfig
configs/stv0991_defconfig
configs/udoo_neo_defconfig
configs/vf610twr_defconfig
configs/vf610twr_nand_defconfig
configs/woodburn_defconfig
configs/woodburn_sd_defconfig
drivers/net/phy/Kconfig
drivers/net/phy/micrel_ksz8xxx.c
drivers/net/phy/micrel_ksz90x1.c