From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5E6CC47076 for ; Wed, 13 May 2020 13:27:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 52008204EF for ; Wed, 13 May 2020 13:27:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728461AbgEMN1D (ORCPT ); Wed, 13 May 2020 09:27:03 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:52071 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726001AbgEMN1D (ORCPT ); Wed, 13 May 2020 09:27:03 -0400 X-Originating-IP: 90.65.91.255 Received: from localhost (lfbn-lyo-1-1912-bdcst.w90-65.abo.wanadoo.fr [90.65.91.255]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id C7572240003; Wed, 13 May 2020 13:27:00 +0000 (UTC) Date: Wed, 13 May 2020 15:27:00 +0200 From: Alexandre Belloni To: Lars Povlsen Cc: Thomas Bogendoerfer , Microchip Linux Driver Support , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: dts: mscc: Updated changed name for miim pinctrl function Message-ID: <20200513132700.GI34497@piout.net> References: <20200513132347.24975-1-lars.povlsen@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200513132347.24975-1-lars.povlsen@microchip.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 13/05/2020 15:23:47+0200, Lars Povlsen wrote: > 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 > Signed-off-by: Lars Povlsen Acked-by: Alexandre Belloni > --- > arch/mips/boot/dts/mscc/ocelot.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/mips/boot/dts/mscc/ocelot.dtsi b/arch/mips/boot/dts/mscc/ocelot.dtsi > index 797d336db54d3..f94e8a02ed06b 100644 > --- a/arch/mips/boot/dts/mscc/ocelot.dtsi > +++ b/arch/mips/boot/dts/mscc/ocelot.dtsi > @@ -214,7 +214,7 @@ uart2_pins: uart2-pins { > > miim1: miim1 { > pins = "GPIO_14", "GPIO_15"; > - function = "miim1"; > + function = "miim"; > }; > > }; > -- > 2.26.2 -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com