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 33873C32774 for ; Mon, 22 Aug 2022 02:08:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232312AbiHVCIg (ORCPT ); Sun, 21 Aug 2022 22:08:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232314AbiHVCIe (ORCPT ); Sun, 21 Aug 2022 22:08:34 -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 32151DF0F; Sun, 21 Aug 2022 19:08:32 -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 672C260F04; Mon, 22 Aug 2022 02:08:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB4CEC433C1; Mon, 22 Aug 2022 02:08:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661134111; bh=S1O4SKhsVT/Ufrlz5CzLeavuTbPmz0Mr2z/zmvq0/y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SCPKFaK7Gs6nd23rvEk4KJdE4PWFRczwv67YiZN56+dzM2JD5CeHY8ucdF9buaRF4 nqVdkTwgRdfYvspy8T0E88FK4z6G/kzyFbDLez9zfhUg4EJ2c8Pf7egmTDgsbu1Axa HjKySQB0esdcRn1Vl9s1sMmt9qU5upfBuYJFEA2z+uhaTk1gJbF9Ee3Xmi8rsRaigF ZpkjEGYPfDV0FBNCcaWuZ/O/PREFkvC8WYR6eLQO3WANoQ/oW2WraOAeku9CEczkbC bl7aEH4JGZ5QyxntSraBZrcs14eob1ACh87AduzR2owII5b2pYlA+NUScgKsQsgCFI mFTNuphoXv15g== Date: Mon, 22 Aug 2022 10:08:24 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marcel Ziswiler , Arnd Bergmann , Fabio Estevam , Francesco Dolcini , Frank Rowand , Krzysztof Kozlowski , Laurent Pinchart , NXP Linux Team , Olof Johansson , Pengutronix Kernel Team , Philippe Schenker , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/2] arm64: dts: freescale: verdin-imx8mm/p: fix atmel_mxt_ts reset polarity Message-ID: <20220822020824.GM149610@dragon> References: <20220812213905.216065-1-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220812213905.216065-1-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 12, 2022 at 11:39:03PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > > Unfortunately, I was not aware of this reset GPIO polarity fix when > I submitted initial support. Let us correct this oversight. Thanks! > > > Marcel Ziswiler (2): > arm64: dts: freescale: verdin-imx8mm: fix atmel_mxt_ts reset polarity > arm64: dts: freescale: verdin-imx8mp: fix atmel_mxt_ts reset polarity Applied both, thanks!