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 0AE9FC77B75 for ; Tue, 16 May 2023 13:41:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233727AbjEPNlX (ORCPT ); Tue, 16 May 2023 09:41:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233705AbjEPNlR (ORCPT ); Tue, 16 May 2023 09:41:17 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07D2D527B for ; Tue, 16 May 2023 06:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=9xfd6NH3CoOxve18+7m506bfVoopAHGoLPPR40WYTWo=; b=UAl0vwed0WN7IqNzVgPpYra7sZ ux3l2VE1Ht8mNB/mnHX/VG3uef0I4qFVpXLbCM3e34KuYvZLCA8C0Q5u3AU1pt6NbKnY0b7PJKDCJ CmgmmTkq5kCo8ScoaJ37/7oVGb69UHVJ1CPQ76ZR8f8hKZIzYwaBhNiYwcvGlOHefXEc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pyuvK-00D1Mn-99; Tue, 16 May 2023 15:41:06 +0200 Date: Tue, 16 May 2023 15:41:06 +0200 From: Andrew Lunn To: "Russell King (Oracle)" Cc: Gregory Clement , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Stefan Agner , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH] arm: dts: update arm sfp bindings to use -gpios Message-ID: <349b5851-e8ff-49d1-a58c-a3854cd41e82@lunn.ch> References: 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 On Tue, May 16, 2023 at 10:48:32AM +0100, Russell King (Oracle) wrote: > It was decided that SFP should use the -gpios suffix rather than -gpio. > Update various boards to follow this. > > Signed-off-by: Russell King (Oracle) > --- > arch/arm/boot/dts/armada-385-clearfog-gtr.dtsi | 6 +++--- > arch/arm/boot/dts/armada-388-clearfog.dtsi | 8 ++++---- > arch/arm/boot/dts/vf610-zii-cfu1.dts | 4 ++-- > 3 files changed, 9 insertions(+), 9 deletions(-) Hi Russell We probably want two patches, since there are two Maintainers involved. Reviewed-by: Andrew Lunn Andrew