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 AF695C433FE for ; Sat, 29 Oct 2022 08:09:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229615AbiJ2IJq (ORCPT ); Sat, 29 Oct 2022 04:09:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229613AbiJ2IJp (ORCPT ); Sat, 29 Oct 2022 04:09:45 -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 3D265B1E3; Sat, 29 Oct 2022 01:09:41 -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 6CD7560C98; Sat, 29 Oct 2022 08:09:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D7AEC433C1; Sat, 29 Oct 2022 08:09:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667030980; bh=UC4z7mu5pZBDxzC29j4d1dHYgaV/4A8mo2vnnjbI1hk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bl3TUf0DbYKMSx03+g8tji24xoc7DrnnG+jxxNFR7p1eipwY4BYZxvpyCE2z2P+tQ bDB5f+nJVPrskMHgGPypzIfbjsUmUciLRXYT0gaczfMPV520yR0dTgtyRYAyHrWwAU NyL1P0BxAeBPHOm2K00RMRXRlHBj8Xhsz37pH2KBZj2f6b6TuWvkZjyV5/7m/xnmPy P8d5OyO79KypIive1O82ANixS6zE/wtdWwLWxNF9XFy7Fu+smffc1pkV3N8AwmDKNB /CDM5opgSjfZVSisTeqV2YUaimijCuBG4TVyA03IsSRWufXPgxidm3boJDWY2dU0B7 aK67DdBgmcYiA== Date: Sat, 29 Oct 2022 16:09:33 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: broonie@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, Peng Fan Subject: Re: [PATCH 0/2] imx8mp: spi: update binding and compatible Message-ID: <20221029080933.GP125525@dragon> References: <20221020103158.2273874-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221020103158.2273874-1-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Oct 20, 2022 at 06:31:56PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX8MP ECSPI reused from i.MX6UL, so update binding and dts > > Peng Fan (2): > dt-bindings: spi: fsl-imx-cspi: update i.MX8MP binding > arm64: dts: imx8mp: update ecspi compatible and clk Applied both, thanks!