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