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 2A31DC3A59D for ; Mon, 24 Oct 2022 02:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229608AbiJXCBY (ORCPT ); Sun, 23 Oct 2022 22:01:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229839AbiJXCBX (ORCPT ); Sun, 23 Oct 2022 22:01:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24CF25FF78; Sun, 23 Oct 2022 19:01:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B38E460FA0; Mon, 24 Oct 2022 02:01:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E239CC433D6; Mon, 24 Oct 2022 02:01:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666576882; bh=Qp4NxwKLVlxG1wabAuhtntQKS6y0LQ4sQFdRQBDiin4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W4DwdBFdIHPDbHcjhF5v4t8BFBD0ncbqGY8BShLqMAdUKgiICH0x24pQx5jZFFC36 xZEXVncjrKMVW9WnAjm5s47oSk4ZtC1jshDFch34yETtG3vQR3K9TBw43mgRpJTGm/ KA+j2zwox1MRxL0qhmFk04G4qsDFu58cECYXP0TRVvPhxhEQoHjIKCnNAgq/+rL8UO RASkAyEEIrHqTh2QsFjL0vRK8L+MypveIbPOMjeFlmuonR+SQViS4TWqudbitMRR6z Pl2seOr3iMq0DoAzbi1v9yw3n1zlQTFl/KbUyWaw7qlkRX51gdm24h3DarObByT6Uf Mfs6hHJFXJPmA== Date: Mon, 24 Oct 2022 10:01:15 +0800 From: Shawn Guo To: Tim Harvey Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, NXP Linux Team , Fabio Estevam , Pengutronix Kernel Team , Sascha Hauer , Krzysztof Kozlowski , Rob Herring Subject: Re: [PATCH] ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset Message-ID: <20221024020115.GY125525@dragon> References: <20220929195222.1293294-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220929195222.1293294-1-tharvey@gateworks.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Sep 29, 2022 at 12:52:22PM -0700, Tim Harvey wrote: > The GW5910 and GW5913 have a user pushbutton that is tied to the > Gateworks System Controller GPIO offset 2. Fix the invalid offset of 0. > > Fixes: 64bf0a0af18d ("ARM: dts: imx6qdl-gw: add Gateworks System Controller support") > Signed-off-by: Tim Harvey Applied, thanks!