[PATCH] net: phy: micrel: KSZ9081/KSZ8091: Disable broadcast mode
Sascha Hauer
s.hauer at pengutronix.de
Fri May 13 03:09:27 PDT 2016
On Wed, Apr 27, 2016 at 09:41:02AM +0200, Teresa Remmet wrote:
> KSZ9081 only supports two phy ids 0x0 and 0x3. 0x0 is also
> used as broadcast address. Disable broadcast, so that id 0x0
> can be used as unique address on a shared bus.
>
> Signed-off-by: Teresa Remmet <t.remmet at phytec.de>
> ---
> drivers/net/phy/micrel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks. Sorry, this patch slipped through the cracks somehow.
Sascha
>
> diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
> index e8a566d..9a30cb7 100644
> --- a/drivers/net/phy/micrel.c
> +++ b/drivers/net/phy/micrel.c
> @@ -357,7 +357,7 @@ static struct phy_driver ksphy_driver[] = {
> .phy_id_mask = MICREL_PHY_ID_MASK,
> .drv.name = "Micrel KSZ8081/91",
> .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause),
> - .config_init = kszphy_config_init,
> + .config_init = ksz8021_config_init,
> .config_aneg = genphy_config_aneg,
> .read_status = genphy_read_status,
> }, {
> --
> 1.9.1
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list