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 CDAEBC001DE for ; Wed, 2 Aug 2023 07:45:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233170AbjHBHpl (ORCPT ); Wed, 2 Aug 2023 03:45:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233075AbjHBHoj (ORCPT ); Wed, 2 Aug 2023 03:44:39 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EFFBA4497; Wed, 2 Aug 2023 00:42:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0CEBE80AE; Wed, 2 Aug 2023 07:42:32 +0000 (UTC) Date: Wed, 2 Aug 2023 10:42:30 +0300 From: Tony Lindgren To: Nishanth Menon Cc: Conor Dooley , Krzysztof Kozlowski , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tero Kristo , Vignesh Raghavendra Subject: Re: [PATCH] arm64: dts: ti: k3: Fixup remaining pin group node names for make dtbs checks Message-ID: <20230802074230.GA14799@atomide.com> References: <20230802040347.2264339-1-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230802040347.2264339-1-nm@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [230802 04:03]: > Fix up outstanding pingroup node names to be compliant with the > upcoming pinctrl-single schema. Thanks looks good to me: Reviewed-by: Tony Lindgren