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 12E82C77B75 for ; Fri, 19 May 2023 11:16:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231371AbjESLQQ (ORCPT ); Fri, 19 May 2023 07:16:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231293AbjESLQP (ORCPT ); Fri, 19 May 2023 07:16:15 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2CD4E107 for ; Fri, 19 May 2023 04:16:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2A97F80F9; Fri, 19 May 2023 11:16:13 +0000 (UTC) Date: Fri, 19 May 2023 14:16:11 +0300 From: Tony Lindgren To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ray Jui , Scott Branden , Broadcom internal kernel review list Cc: Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH] arm64: dts: Unify pinctrl-single pin group nodes for stingray Message-ID: <20230519111611.GX14287@atomide.com> References: <20230519072522.52263-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230519072522.52263-1-tony@atomide.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Tony Lindgren [230519 07:27]: > We want to unify the pinctrl-single pin group nodes as these will add > make dtbs checks errors when pinctrl-single yaml binding is merged. ... > --- a/arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi > +++ b/arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi > @@ -299,7 +299,7 @@ spi1_pins: pinmux_spi1_sck_nand { > >; > }; > > - nuart_pins: pinmux_uart0_sin_nitro { > + nuart_pins: uart0-sin-nitro-pins { > pinctrl-single,pins = < > 0x20c MODE_NITRO /* nuart_rxd */ > 0x210 MODE_NITRO /* nuart_txd */ > @@ -319,7 +319,7 @@ uart0_pins: pinumux_uart0_sin_nand { Looks like I missed the misspelled "pinumux" node, will send out v2 version of the patch. Regards, Tony