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 645E2C00140 for ; Sun, 21 Aug 2022 08:06:49 +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=4sqfvQljx32CBfewcMR9gJcM0BkJ7uEjW76M7EexXQ0=; b=gcrNpYhcIi1n3p 9/BPbf1dDh+pNaKHC259O9kVOC8y4rZLRgDJd345CvmgjzNSH7IIVNQDUCx4IgaecB50OOEzSbGv7 XAnUDgPhJ9uQUHqXF/DYPrljQzY0Z0IqqBs6lr/KcQ8BNjWsbdfvjPMfrExs6vV0QxUK3uz9V+kbV iX99GwEmTtU9felicouINhkhShobAdc3wObvnzjE2tCsyRtLXMU3XJiQ1qyzBjkNo8nxF828TU5CF yCUGUU64WaYqWrSF0jNe1p3gDBLPKy3FUTVXm8hRt6Y5kE2FK1F5Fa2OFcZNNcMrR0vR+1jAAfi2h KPW/TqQIIDGvkKc88orw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oPfxo-007qBo-6e; Sun, 21 Aug 2022 08:05:44 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oPfxl-007q6V-RE for linux-arm-kernel@lists.infradead.org; Sun, 21 Aug 2022 08:05:43 +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 ams.source.kernel.org (Postfix) with ESMTPS id 60618B80B87; Sun, 21 Aug 2022 08:05:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1028DC433C1; Sun, 21 Aug 2022 08:05:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661069137; bh=wMxKzu/56e/zDZr7VbKVRu5uuMT2Px5XSws2dF/9wdY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LgIoBCvM2PjiVqb1SF8X67THGGMfqAqQ/wtb2FgED3gQyHMc4qeRaQab4wboRwxhm 8JUUlro/VSJyTzR7xnWcm1VLP58wI02Zm2xwfMDMB5vEyNJP//bV1xoTS6iQ1t//tw 0aefYq+x+pxUfm5QFu2s6r5OowNzh8C+TMEp4u4CXeBfx9L+VIq0WuDspXa/25iUHJ OOZ/kLekcE/KObom3TdDv2BtvC+kMbsbmNFmQRQ9A4ULxe2f5JIHLBAt1iwumTMX/w ykrGRqEkxTC/DYVKtK95nb8paOU7g+OIICsMDlOrTcd9kYgg/wODNiMQIBZ2r/Xe1z xmrYQPtXMk/RA== Date: Sun, 21 Aug 2022 16:05:31 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , NXP Linux Team , Peng Fan Subject: Re: [PATCH] arm64: dts: imx8mp: Adjust ECSPI1 pinmux on i.MX8M Plus DHCOM Message-ID: <20220821080531.GR149610@dragon> References: <20220723212439.314885-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220723212439.314885-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220821_010542_134355_DE5FD636 X-CRM114-Status: GOOD ( 10.74 ) 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 Sat, Jul 23, 2022 at 11:24:39PM +0200, Marek Vasut wrote: > The ECSPI1 is on I2C1/I2C2 pins of the SoC, update the pinmux accordingly. > > Fixes: 8d6712695bc8e ("arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM and PDK2") > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: NXP Linux Team > Cc: Peng Fan > Cc: Shawn Guo > To: linux-arm-kernel@lists.infradead.org Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel