diff options
author | Geert Uytterhoeven <[email protected]> | 2018-03-12 16:11:58 +0100 |
---|---|---|
committer | Simon Horman <[email protected]> | 2018-05-16 10:44:28 +0200 |
commit | 77bf06adb128ef0b47b9c49b1ae8f3313c684a70 (patch) | |
tree | b92a1c13bd09784a7be2cd4972b34f0e1a7983aa | |
parent | 5f7d7808ae1162d55b835cb2faf31db19b69fdf2 (diff) |
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 <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/salvator-common.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
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>; }; |