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 AF0F4C46467 for ; Sat, 7 Jan 2023 17:18:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232470AbjAGRSs (ORCPT ); Sat, 7 Jan 2023 12:18:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbjAGRSq (ORCPT ); Sat, 7 Jan 2023 12:18:46 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D62E83AB2F; Sat, 7 Jan 2023 09:18:44 -0800 (PST) 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=JdxsbNSrSwSy6r+8t69QHf+dw2XaCMXonA6jCySKyU0=; b=umuPSglU6p+WBgA+qTHfkZPbw5 fiXwn1IxfI+BUoh2qz6Nk+JwB/oagweCFVI+BD5YCNlgcGXGk72DVGCedbxk7AlKz7iIcPeUwt8Ll +VDNON/OxynN5rnpIrhMPFGu7Qu+YQdYZ5REU07c1TfbJkSO3Ys8F4e8JEOGUfa+Xc7s=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pECq4-001R2o-GC; Sat, 07 Jan 2023 18:18:36 +0100 Date: Sat, 7 Jan 2023 18:18:36 +0100 From: Andrew Lunn To: Klaus Kudielka Cc: Gregory Clement , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Pali =?iso-8859-1?Q?Roh=E1r?= , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Thomas Petazzoni , Chris Packham , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] Revert "ARM: dts: armada-39x: Fix compatible string for gpios" Message-ID: References: <20230107144149.5743-1-klaus.kudielka@gmail.com> <20230107144149.5743-2-klaus.kudielka@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230107144149.5743-2-klaus.kudielka@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Jan 07, 2023 at 03:41:49PM +0100, Klaus Kudielka wrote: > This reverts commit d10886a4e6f85ee18d47a1066a52168461370ded. > > If compatible = "marvell,armadaxp-gpio", the reg property requires a > second (address, size) pair, which points to the per-CPU interrupt > registers <0x18800 0x30> / <0x18840 0x30>. > > Furthermore: > Commit 5f79c651e81e explains very well, why the gpio-mvebu driver does not > work reliably with per-CPU interrupts. > Commit 988c8c0cd04d deprecates compatible = marvell,armadaxp-gpio for this > reason. > > Signed-off-by: Klaus Kudielka Reviewed-by: Andrew Lunn Andrew