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 X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 991A8C433C1 for ; Mon, 29 Mar 2021 01:07:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AECA6193A for ; Mon, 29 Mar 2021 01:07:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229861AbhC2BGk (ORCPT ); Sun, 28 Mar 2021 21:06:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:47468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbhC2BGJ (ORCPT ); Sun, 28 Mar 2021 21:06:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2AF7B614A7; Mon, 29 Mar 2021 01:06:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616979969; bh=sgOCgJ0fNbUnbq1ruCpC4fNsf05dxvQ2et8MYttPLJY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MYe326TOpyuTw90ywfiYO7i9DHkgnojZ0fldviAAmo1Qd+AXcIAI7VrtsldRwpFR3 i0xXFCmrRNvQzvWMAjFUGosvOohR6VUCAVTwn2IeIMCDBXKbNPGgQ35yHd7qjfXlv9 whvT+ZifAYXnarBBqYtygbUGK1hUB/snUxvAz0l13/3Ghr/KMoFTJUXrS8drGzMNdO oMiSJHM5uDzGIHakkYzrTMHD9mhRB889sHOmZSxVF6I0TlgI+3hcqAW2gjeAiqPLz+ FQJ3nqapEMnD/zPfK8SMuKL5x3Srn2bdEy23YaeX/sHcJ5pEtJ7dcBSFIG7A98IZNq WxGQE6lFoUfGQ== Date: Mon, 29 Mar 2021 09:06:05 +0800 From: Shawn Guo To: Michael Walle Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Li Yang , Rob Herring Subject: Re: [PATCH 1/2] arm64: dts: fsl-ls1028a-kontron-sl28: move MTD partitions Message-ID: <20210329010604.GG22955@dragon> References: <20210318171856.3487-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210318171856.3487-1-michael@walle.cc> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Mar 18, 2021 at 06:18:55PM +0100, Michael Walle wrote: > Move the MTD partitions to the partitions subnode. This is the new way > to specify the partitions, see > Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > > Signed-off-by: Michael Walle Applied, thanks.