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 17FCAEC873E for ; Thu, 7 Sep 2023 16:51:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244281AbjIGQvL (ORCPT ); Thu, 7 Sep 2023 12:51:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244204AbjIGQvG (ORCPT ); Thu, 7 Sep 2023 12:51:06 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2716C6788B; Thu, 7 Sep 2023 08:45:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1402280A6; Thu, 7 Sep 2023 06:49:48 +0000 (UTC) Date: Thu, 7 Sep 2023 09:49:46 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Adam Ford , linux-omap@vger.kernel.org, aford@beaconembedded.com, =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "Derald D. Woods" , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm:dts: am3517-evm: Fix LED3/4 pinmux Message-ID: <20230907064946.GI11676@atomide.com> References: <20230907010159.330555-1-aford173@gmail.com> <56334793-3d21-1f2c-2f5c-01ba2f306813@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56334793-3d21-1f2c-2f5c-01ba2f306813@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [230907 06:11]: > On 07/09/2023 03:01, Adam Ford wrote: > > @@ -355,3 +348,12 @@ OMAP3430_CORE2_IOPAD(0x25e2, PIN_INPUT | MUX_MODE3) /* etk_d3.hsusb1_data7 */ > > >; > > }; > > }; > > + > > +&omap3_pmx_wkup { > > + leds_pins: pinmux_leds_pins { > > Come on... why moving it and changing the name to incorrect one? Isn't a > move cut-paste? Just wondering/hoping.. Are you now able to automatically catch patches that produce make dtbs_check warnings for node names for pinctrl-single? Regards, Tony