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,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 8F449C43461 for ; Sat, 5 Sep 2020 07:56:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 549BF20760 for ; Sat, 5 Sep 2020 07:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599292608; bh=VKJBznVEyqnXAZUg3+ali+c8AVrgwLURDP4Hs/RehYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=THjyIPdZB/r7KN2vBUWssPNSSuudLxPpRqLKxMi2ygjq3hn3WrW9tauLqqJQNAQci KhNWndw5k2xeWG3DJ/SauixoT0gXy4e+w23tn788I80kIhQ0BkLYf2gI//nSuXRr3a Sba3dwH1NlhGh84efpo5tyupAJrk0uBve6W4gs2Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726916AbgIEH4r (ORCPT ); Sat, 5 Sep 2020 03:56:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:57348 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725818AbgIEH4l (ORCPT ); Sat, 5 Sep 2020 03:56:41 -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 96F9520760; Sat, 5 Sep 2020 07:56:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599292601; bh=VKJBznVEyqnXAZUg3+ali+c8AVrgwLURDP4Hs/RehYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bFRlEFaV7RPkyvKlniWRyH+nbTjuLFHD0trTLb05YYEkkAzEgdpU/g/4ls+JpSsLr q8cGQDPrc3nC390ozrCAmnIrc36WKw71oT1g+lHi4j9FpYvWT8l1Qk3bmHck4VZeHg hry0K2Q7KYZWDXuGOvEbu58UFiBylgUKftcE/kWU= Date: Sat, 5 Sep 2020 15:56:36 +0800 From: Shawn Guo To: fugang.duan@nxp.com Cc: robh+dt@kernel.org, gregkh@linuxfoundation.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, festevam@gmail.com, kernel@pengutronix.de, s.hauer@pengutronix.de Subject: Re: [PATCH 1/1] ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3 Message-ID: <20200905075635.GP9261@dragon> References: <20200903100521.10464-1-fugang.duan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200903100521.10464-1-fugang.duan@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 03, 2020 at 06:05:21PM +0800, fugang.duan@nxp.com wrote: > From: Fugang Duan > > The pad QSPI1B_SCLK mux mode 0x1 is for function UART3_DTE_TX, > correct the mux mode. > > Fixes: 743636f25f1d ("ARM: dts: imx: add pin function header for imx6sx") > Signed-off-by: Fugang Duan Applied, thanks.