From: Geert Uytterhoeven Date: Mon, 12 Mar 2018 15:11:58 +0000 (+0100) Subject: arm64: dts: renesas: salvator-common: Rename EtherAVB "mdc" pin group to "mdio" X-Git-Tag: rel_imx_4.19.35_1.1.0~9904^2~1^2~67 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=77bf06adb128ef0b47b9c49b1ae8f3313c684a70;p=linux.git arm64: dts: renesas: salvator-common: 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi index 2a7f36abd2dd..1642bc9c8906 100644 --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi @@ -416,12 +416,12 @@ avb_pins: avb { mux { - groups = "avb_link", "avb_mdc", "avb_mii"; + groups = "avb_link", "avb_mdio", "avb_mii"; function = "avb"; }; - pins_mdc { - groups = "avb_mdc"; + pins_mdio { + groups = "avb_mdio"; drive-strength = <24>; };