summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-mux-meson-g12a.c
Commit message (Collapse)AuthorAgeFilesLines
* net: meson: fixup g12a glue ephy idJerome Brunet2019-05-131-1/+1
| | | | | | | | | | | | | The phy id chosen by Amlogic is incorrectly set in the mdio mux and does not match the phy driver. It was not detected before because DT forces the use the correct driver for the internal PHY. Fixes: 7090425104db ("net: phy: add amlogic g12a mdio mux support") Reported-by: Qi Duan <qi.duan@amlogic.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: phy: add amlogic g12a mdio mux supportJerome Brunet2019-04-071-0/+380
Add support for the mdio mux and internal phy glue of the g12a SoC family Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> # clk parts Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>