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 6CF2BC6FD1F for ; Tue, 14 Mar 2023 03:21:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229540AbjCNDVh (ORCPT ); Mon, 13 Mar 2023 23:21:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjCNDVg (ORCPT ); Mon, 13 Mar 2023 23:21:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2F297F039 for ; Mon, 13 Mar 2023 20:21:35 -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 791CA615B3 for ; Tue, 14 Mar 2023 03:21:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBCADC433D2; Tue, 14 Mar 2023 03:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678764094; bh=SMlCx62EAdWr1vMk3baCb/swZOaIpyWUsFTY0q4izoQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VWovBdLGx9oJx6zBXjIi/2zb1KV2kKtyRgGC23JfkcI7kDLN99T6irRMxcUfiQmrL w8nbNzOSM7Poz5Fn2cCEoGb4ysiE++bCpyD5OGOB1cWP1v1csRQkLfN3wqDVDxbYDI aeEheHPZhx61habQC2sPQ4DQaNyMWEP98o+CaWbrEsPKKIlhOVHMlQDCBaO2FUOWP6 VsxheWxduYpy4eowvoq8c7heLQdmXA72cIEEuOFeuL413RAhEVwDXDw+whsLjKzz4m 0MhJWybIKvOlHQOOY5H/elDvi3WxFrLQxP3HrqWDRiRdm/t148u6NNW9Xy70x2sSs3 iUYzCgcUviAlQ== Date: Tue, 14 Mar 2023 11:21:28 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/1] arm64: dts: imx93: Add FlexSPI support Message-ID: <20230314032128.GM143566@dragon> References: <20230228091757.381583-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230228091757.381583-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Feb 28, 2023 at 10:17:57AM +0100, Alexander Stein wrote: > Add FlexSPI node for i.MX93. > > Signed-off-by: Alexander Stein Applied, thanks!