commit | c87a9d6fc6d555e4981f2ded77d9a8cce950743e | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Wed Feb 26 16:26:50 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 26 20:53:09 2020 -0800 |
tree | df88b071c480b67cb5f8c94203aaa6866717b870 | |
parent | dc24f8b4ecd3d6c4153a1ec1bc2006ab32a41b8d [diff] |
net: phy: mscc: fix firmware paths The firmware paths for the VSC8584 PHYs not not contain the leading 'microchip/' directory, as used in linux-firmware, resulting in an error when probing the driver. This patch fixes it. Fixes: a5afc1678044 ("net: phy: mscc: add support for VSC8584 PHY") Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>