From: Geert Uytterhoeven Date: Mon, 12 Mar 2018 15:11:59 +0000 (+0100) Subject: arm64: dts: renesas: ulcb: Rename EtherAVB "mdc" pin group to "mdio" X-Git-Tag: rel_imx_4.19.35_1.1.0~9904^2~1^2~66 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=1518ad140b9ea73cee8bc89e39f8962fbd2bb7bb;p=linux.git arm64: dts: renesas: ulcb: 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/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 6f814845f8b6..93402783d52f 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -255,12 +255,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>; };