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 CB128C433F5 for ; Fri, 8 Apr 2022 11:45:31 +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=uWz6d6puJJYuELmsyQag9Gn7v1i4eDi+/Bb4NI/PI/8=; b=2qIsQtRPmgiVEX C7OkEtVt2moO0zH5070siDgel7vmrAuFdkBC+zn8ctaLcpaYeYyc4n+tWcQrhLVDezMaFJf5rhZZr Y+CCqaeylKc/NY2Yh+/qV7g4ehwjXh9PZ8lQGp3DddAJ1LsG3c8hA/xwmhHk0PGLIWPa0pink+I/C GWC/imUQSg7aqvuPY5FhFt7CYdvc3JrmzG+SjrdohLnuEMxDBxmuf8qvoq2AaBl5jZ3UTynf0kNQR JPPDvTdXX0Wdqf/kRZ5yMXL1sGGwVZLiAAe4VqYUqn2tfYE6NLiyGVcD5HaVmSbJvepMluDcUVD/G NxduCmphlslgWKRIdWDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncn2F-00GixW-GF; Fri, 08 Apr 2022 11:44:15 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncn27-00Gius-KV for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 11:44:09 +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 D441062012; Fri, 8 Apr 2022 11:44:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 030D5C385A3; Fri, 8 Apr 2022 11:44:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649418246; bh=3Kul2wzQtsB35iEOBFbQYyIbEh9+IstWKxxpGQnGGtU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ux4sDwkTHqmfSx44F/w1VTmBoYIT9wzmqMBtsqvwVOpoqvnbSHsNSUmdgxFSKIx5f G62/pe0F1SIx3grxriLFSpgMpr3x3MMuPVk9dPal2tLWwIv6OwQ7P5r6/XEZkCyIMH kIyY3qd8dpoWrxsZO8l7KWzzdYjX2SDkR9IPQU+HCAxMeOc4sK7JHv6IG/gPhRBfwt PwqR9M4wNmgJn3PPaLv1jfI9+PTYiko5YfCL1QBH4cxQfVdRZGBwcSm9HKDgDDcI7G PVlJAPt5vwaMlsf9t5vtnefLXwKfJ8ckOCEgZb1dtkBAHITsUOBYrINiRbo9YEwtz8 pdM+1scHZh4Jg== Date: Fri, 8 Apr 2022 19:43:58 +0800 From: Shawn Guo To: Michael Walle 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, linux-kernel@vger.kernel.org, heiko.thiery@gmail.com Subject: Re: [PATCH] arm64: dts: imx8mn-evk: add QSPI flash Message-ID: <20220408114358.GV129381@dragon> References: <20220228132523.2679099-1-michael@walle.cc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220228132523.2679099-1-michael@walle.cc> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_044407_813794_D3F31FAD X-CRM114-Status: GOOD ( 12.32 ) 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 Mon, Feb 28, 2022 at 02:25:23PM +0100, Michael Walle wrote: > There is a 32MiB Micron MT25QU256ABA1 serial NOR flash on the EVK board. > Add a device tree node for it. > > Tested on a 8MNANOD3L-EVK. > > Signed-off-by: Michael Walle Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel