arm64: dts: renesas: draak: Rename EtherAVB "mdc" pin group to "mdio"
On other Renesas SoCs, the pin group for the MDIO bus is named "mdio" instead of "mdc". Fix the inconsistency, now the pinctrl drivers for R-Car H3, M3-W, and M3-N have gained support for the traditional pin group name. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
1c2a0de390
commit
5f7d7808ae
|
@ -91,7 +91,7 @@
|
||||||
&pfc {
|
&pfc {
|
||||||
avb0_pins: avb {
|
avb0_pins: avb {
|
||||||
mux {
|
mux {
|
||||||
groups = "avb0_link", "avb0_mdc", "avb0_mii";
|
groups = "avb0_link", "avb0_mdio", "avb0_mii";
|
||||||
function = "avb0";
|
function = "avb0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue