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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3C0AC433E1 for ; Sun, 23 Aug 2020 00:58:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 872062078A for ; Sun, 23 Aug 2020 00:58:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598144303; bh=U+MQdzEFTdcUpgxamTssNd3GwPOGygQ1ASFecHr1bsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=dTZ5WL+XS46qWFuKKk78TBr5McUoWbiGC89RORef8B8RQZMLKZk5AcybjLcms9Vr4 jDr8hhzIcspIdSo5LhEVaHAI7St//rvQU2Vjv6dDjw9SPAbID2uKNutMSvYicmlc9H g+NkYTKEuwvdHoW/GyK/ZUxwfTvRpXO0qK6RH/k8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725821AbgHWA6X (ORCPT ); Sat, 22 Aug 2020 20:58:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:59600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725767AbgHWA6W (ORCPT ); Sat, 22 Aug 2020 20:58:22 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 64BFE2072D; Sun, 23 Aug 2020 00:58:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598144302; bh=U+MQdzEFTdcUpgxamTssNd3GwPOGygQ1ASFecHr1bsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KcMOzc52NiJO5oqznDg3/5G2hXSXIzasxHrSgqWrD6PKyLXPjqArR3M+hjGmwo7AH HsEZVP9zhYhmEBfTWG2C2g5mUayb1P/Xwxr5D0FQyxWlWx7Js05QsZK4l448HLVkm8 5NLzuE1u2lSnp/1dT3lG+8oIsRjNol39JxZqb/SE= Date: Sun, 23 Aug 2020 08:58:18 +0800 From: Shawn Guo To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Fabio Estevam , NXP Linux Team , Pengutronix Kernel Team Subject: Re: [PATCH] ARM: dts: imx25-pinfunc: Fix GPT function names Message-ID: <20200823005817.GE30094@dragon> References: <20200813202410.5670-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200813202410.5670-1-u.kleine-koenig@pengutronix.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Aug 13, 2020 at 10:24:10PM +0200, Uwe Kleine-König wrote: > According to the reference manual of the i.MX25 the function name for > the GPT capture input is called CAPIN1. So fix the names to follow the > same naming scheme as used for the other pads and functions. Also add > one missing pad function. > > There are no mainline users that needs adaption. > > Signed-off-by: Uwe Kleine-König Applied, thanks.