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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3ED8AC433F5 for ; Thu, 16 Dec 2021 09:32:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0EVEtOzl1/0T/jxkFbptWt0Jmoz0BJ1fxlJXJ3vC/Kw=; b=U3QzAF8QqFFee0 HncMgqT+33m0x+qGAio1lP4aCwwPsA4nTKw7uT4EMLJBhamtv0F6hwms8EejKD5yAGf1UTPIPRLAz yqmTY90WxYHFItYkQ823jzoP0ESQwh/L+QsjEUp2w//2xdM8S8sv4jumq6VehXdrcCzPk4rsdzDZF RzgTcpoiuQoTJ+MuXHSCb9c9IO6yEZmXclfYfKa37Z5qEEKYF+A1pgCMNKatpPl2GrACfu0V6lv8s znHEp1iwuaWrIbbET9kl5A16lIHs9HCYDicYtb1a8vFfg8vZBuFYLeF1MoIOV3NPDH9QjfTLshTAa nV6eRKkqY4C4sS0iiNbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn6g-004U1o-QU; Thu, 16 Dec 2021 09:31:23 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn0m-004RAS-6p for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 09:25:18 +0000 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 6FAB461CF0; Thu, 16 Dec 2021 09:25:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD2B8C36AE4; Thu, 16 Dec 2021 09:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639646714; bh=ZaU5mJ2VMqWCs6Snth/lcaFh+v8kqGXkH/CcId1ma6g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PAg5f+LgWBK3bs1WTPmhfNPMuVi9gd794wAm924rGbRWw/De28B6Rx7pJ+ROC67Pz fEneUgrXp0lhzcTgG9+420Trav2cgzOGQ76te7Qzp7TFTSOyP0IwSqHW9houpNUNsl N0y+HaUNzjx8wREbM5kwPlh2xRTodTCcFSaAuIqFyMnH6MCBm1HEeEOYxAkU5ph0Y/ SSYyasl1xzhegxgVY6+SYOYLI4DqkjwltTmxAp68hHzOV8rJDhEO+z5zMpkG2ThV0w Y7acgKOJBtkJSqnVZpVZzvKD0wUpyGe4U+gmilpA/vXF/SVEAoORHzUEZualq26ipn ZfNDXUPloLoNQ== Date: Thu, 16 Dec 2021 17:25:09 +0800 From: Shawn Guo To: Li Yang Cc: Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Zhang Ying-22455 Subject: Re: [PATCH v3 01/10] arm64: dts: lx2160a: fix scl-gpios property name Message-ID: <20211216092508.GB4216@dragon> References: <20211214072342.22692-1-leoyang.li@nxp.com> <20211214072342.22692-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211214072342.22692-2-leoyang.li@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211216_012516_325668_96327779 X-CRM114-Status: UNSURE ( 9.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Dec 14, 2021 at 01:23:33AM -0600, Li Yang wrote: > From: Zhang Ying-22455 > > Fix the typo in the property name. > > Fixes: d548c217c6a3c ("arm64: dts: add QorIQ LX2160A SoC support") > Signed-off-by: Zhang Ying > Signed-off-by: Li Yang Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel