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 5A2D7C63703 for ; Thu, 8 Dec 2022 16:27:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230232AbiLHQ1Q (ORCPT ); Thu, 8 Dec 2022 11:27:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230224AbiLHQ1O (ORCPT ); Thu, 8 Dec 2022 11:27:14 -0500 Received: from smtp-out-06.comm2000.it (smtp-out-06.comm2000.it [212.97.32.74]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 606226FF33; Thu, 8 Dec 2022 08:27:06 -0800 (PST) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: francesco@dolcini.it) by smtp-out-06.comm2000.it (Postfix) with ESMTPSA id 863E9563354; Thu, 8 Dec 2022 17:26:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailserver.it; s=mailsrv; t=1670516824; bh=rdeoMNE1kwBUdyuSy1B7RJ6YEuK71LUPeP7eu0W/ywQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XwxvG3+3OBpe8DbDc2YoCP8YuoV1THJlsiPBxrPbasWx+zTatEn/fgU7YqHwCINO9 Hl7VDpjB+EMnwXinVq5bVpmYDvQgPH1XdpCBs7tZSJ2N/khCXAL3DuxGm7uSzziSkc aAcFWNVCFhFj5qaN850+bzX7dZGnJReYDgBYD+p/1YQe8uMBFNmcb5IMhanDgRfOlh iTAjKn0nXSENfuliYm8h4WcVdXgMoiMr7WOyIuH1PIc2k/z/20UCh9YSkmPIAqj+aW 2bHciZbeL5jJ3sYGiqF5vdPLSUEzfTQqrgnaJuPbBFFGbDxTWHjzDWFA3s4IuQIRf+ KMZxtaJQA4mJw== Date: Thu, 8 Dec 2022 17:26:47 +0100 From: Francesco Dolcini To: Marek Vasut Cc: Francesco Dolcini , Miquel Raynal , Shawn Guo , linux-arm-kernel@lists.infradead.org, Francesco Dolcini , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, stable@vger.kernel.org, Thorsten Leemhuis Subject: Re: [PATCH v1] Revert "ARM: dts: imx7: Fix NAND controller size-cells" Message-ID: References: <20221205152327.26881-1-francesco@dolcini.it> <0aa2d48b-35a0-1781-f265-0387d213bdd6@denx.de> <20221208115124.6cc7a8bf@xps-13> <2a6c5a08-1649-3f80-cc37-a425f09f3a67@denx.de> <544539BE-F7C2-4484-9588-6428EFA8A537@dolcini.it> <108503ba-f4a8-a9de-20ee-f8f1f90965a2@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <108503ba-f4a8-a9de-20ee-f8f1f90965a2@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Dec 08, 2022 at 02:54:43PM +0100, Marek Vasut wrote: > On 12/8/22 14:49, Francesco Dolcini wrote: > > Given that I would do the revert as an immediate first step. > > Then that's fine, let's do it. > > Will you also follow up on the parser fix please ? Yep, I'll try to squeeze some time to work on it in the next weeks. Francesco