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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12917C77B7D for ; Wed, 10 May 2023 10:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236641AbjEJKzT (ORCPT ); Wed, 10 May 2023 06:55:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236806AbjEJKya (ORCPT ); Wed, 10 May 2023 06:54:30 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2A80686AC for ; Wed, 10 May 2023 03:53:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B0B658109; Wed, 10 May 2023 10:53:51 +0000 (UTC) Date: Wed, 10 May 2023 13:53:50 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Arnd Bergmann , Olof Johansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ray Jui , Scott Branden , Broadcom internal kernel review list , Wei Xu , Dinh Nguyen , linux-arm-kernel@lists.infradead.org, Niravkumar L Rabara , devicetree@vger.kernel.org Subject: Re: [PATCH] arm64: dts: Change pinconf controller node name to pinctrl Message-ID: <20230510105350.GC14287@atomide.com> References: <20230510103816.39015-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [230510 10:51]: > On 10/05/2023 12:38, Tony Lindgren wrote: > > According to the pinctrl binding pinmux and pinctrl are valid controller > > names. Let's replace pinconf with pinctrl so we don't get new warnings > > when pinctrl-singl yaml binding gets merged. > > > > Cc: Conor Dooley > > Cc: Dinh Nguyen > > Cc: Krzysztof Kozlowski > > Cc: Niravkumar L Rabara > > Cc: Ray Jui > > Cc: Rob Herring > > Cc: Scott Branden > > Cc: Wei Xu > > Signed-off-by: Tony Lindgren > > --- > > arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi | 2 +- > > arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 +- > > arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > These should be either split by subsystem or you will have to push it > through soc. Let's see if Arnd cares to pick it up :) Regards, Tony