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 DA35AC433F5 for ; Mon, 11 Apr 2022 01:51:34 +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=zkSwvYAkQCP/vzXnMSH1S0/GrkDD9dRLY/aSXU2fkBY=; b=JSw/RqRfOH4b0N rU44zyHk9JMHGuipdzApbT+pEy7oG4o/7qzcWSWVglUJOFF6de2g0AGM9eBkBMqXczfULbZUaArUx ySKZbYvL1rdin70ypzdUIDuIYAKZfNv+CvGbrCyjD05G5wqiiZOrMZJv2QrkFb/I0Y3ikKbGxOZer 0eXkcuY6lIbDHTe1VHmlsmM2lHhIwlROzCjPJVw39kQh1yIiMjz5T1NSt+FVsexw4FzLffYfs9+Wc 3yFY2iSMaYho+Rp0F+j2XZwRXcJoxY+1k81fsvqdHbENuPjw6NIs1D+VW3xIWCzcBp7abn9Q6hkwr BwQ7YpwnRy97YoFWsRaQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndjCL-0067rQ-1i; Mon, 11 Apr 2022 01:50:33 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndjCH-0067r1-OR for linux-arm-kernel@lists.infradead.org; Mon, 11 Apr 2022 01:50:31 +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 37686B80EEA; Mon, 11 Apr 2022 01:50:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80FA9C385A1; Mon, 11 Apr 2022 01:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649641826; bh=scU/wt9Y7hTgr9P069KO0dFurEObKBwZx5KXA8rxJGw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CHElk7Wf5pPUAZI0hAcgnkgBApY3HQZNLwHmI4PXeix6YDvD/GZWUl2WIh0lO2Xol rKN3fMT9151oDT8VD0EY0u3IUi1SxPEFheRHcYzlaIoHNilC6gbgenYPv89/YqolM9 vVUtZ4Xj552A16gGsiLfpCxNLk1Lk8Sc8QvAzawKQv2+sqWCcVp9FEoiiJmSM9IaH4 /6yKfM2tOiWU5iw3oqrHDRqqXy+iRiBQ5ToDJtr+sUvfdAd6kV5pS2rBqSOoUp2R+B UlbN64YXhwPQ22YpLMX+VHfIhianJJpHg/P0AHAGeH56h1zuBav9pEDL0bYCO5rWS7 Jvokf2Cuo2tUg== Date: Mon, 11 Apr 2022 09:50:18 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: imx: align SPI NOR node name with dtschema Message-ID: <20220411015018.GE129381@dragon> References: <20220407143155.295187-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220407143155.295187-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220410_185029_980437_277DA97E X-CRM114-Status: UNSURE ( 9.56 ) X-CRM114-Notice: Please train this message. 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 Thu, Apr 07, 2022 at 04:31:54PM +0200, Krzysztof Kozlowski wrote: > The node names should be generic and SPI NOR dtschema expects "flash". > > Signed-off-by: Krzysztof Kozlowski Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel