OSDN Git Service

MIPS: dts: mscc: Updated changed name for miim pinctrl function
authorLars Povlsen <lars.povlsen@microchip.com>
Wed, 13 May 2020 13:23:47 +0000 (15:23 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 13 May 2020 22:27:19 +0000 (00:27 +0200)
This is an add-on patch to the main SoC Sparx5 series
(Message-ID: <20200513125532.24585-1-lars.povlsen@microchip.com>).

This changes the miim pinctrl function name from "miim1" to "miim" due
to refactoring in the driver, obsoleting the instance number.

The change in the driver was to better fit new platforms, as the
instance number is redundant information. Specifically, support for
the Microchip Sparx5 SoC is being submitted, where this change became
necessary.

Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/mscc/ocelot.dtsi

index 797d336..f94e8a0 100644 (file)
 
                        miim1: miim1 {
                                pins = "GPIO_14", "GPIO_15";
-                               function = "miim1";
+                               function = "miim";
                        };
 
                };