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 7C2BEC77B73 for ; Wed, 31 May 2023 07:33:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234427AbjEaHdj (ORCPT ); Wed, 31 May 2023 03:33:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232237AbjEaHdi (ORCPT ); Wed, 31 May 2023 03:33:38 -0400 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8249A183; Wed, 31 May 2023 00:33:30 -0700 (PDT) X-GND-Sasl: miquel.raynal@bootlin.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1685518409; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bb4lcxo6KJyRdv/YgpViXadSVJCkTncR89slgKCigfI=; b=fboRmsByi86S6b3FgQOOllfZLVlm1OSKDQ1ieRrq4Qibk6LaT0ZOGYeJqxE9dBpI+Lfdmn 1FlU5ZtzZ06CTEUdqkx0H174cfXXYGrpgJ3XetyqzyGP0awsTHtdq9QZqVA8hOf3dNzoQz yAh/1r+JXL2qWt6dYwN5ladiu7KIHVXHcL58ywY012Iuh5rOHLOp2RteGMiZnDXPGkLnbn 4UN0vXnhD2JeIxLfXW59ARmwOJuSKgstlnNR53ulViUlDb1xV1L2iTMv2iRQaFEiPG0nso yr12dYK+fy5gQbPEf/eyZP5Rz7eZjPQsRfrsZravIPP+dSZ5darBQkb3Y+m35w== X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 9C24BFF80D; Wed, 31 May 2023 07:33:27 +0000 (UTC) Date: Wed, 31 May 2023 09:33:26 +0200 From: Miquel Raynal To: Chris Packham Cc: richard@nod.at, vigneshr@ti.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, enachman@marvell.com Subject: Re: [PATCH v7 4/4] dt-bindings: mtd: marvell-nand: Remove deprecated compatibles Message-ID: <20230531093326.26b6ced7@xps-13> In-Reply-To: <20230530235456.1009082-5-chris.packham@alliedtelesis.co.nz> References: <20230530235456.1009082-1-chris.packham@alliedtelesis.co.nz> <20230530235456.1009082-5-chris.packham@alliedtelesis.co.nz> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Chris, chris.packham@alliedtelesis.co.nz wrote on Wed, 31 May 2023 11:54:56 +1200: > Remove compatible values that were marked as deprecated in the old text > binding. >=20 > Signed-off-by: Chris Packham > --- > .../devicetree/bindings/mtd/marvell,nand-controller.yaml | 3 --- > 1 file changed, 3 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/mtd/marvell,nand-controlle= r.yaml b/Documentation/devicetree/bindings/mtd/marvell,nand-controller.yaml > index 7cd4a2e99343..80ce854291cb 100644 > --- a/Documentation/devicetree/bindings/mtd/marvell,nand-controller.yaml > +++ b/Documentation/devicetree/bindings/mtd/marvell,nand-controller.yaml > @@ -18,9 +18,6 @@ properties: > - enum: > - marvell,armada370-nand-controller > - marvell,pxa3xx-nand-controller > - - marvell,armada-8k-nand > - - marvell,armada370-nand > - - marvell,pxa3xx-nand Not sure what you're doing here? I would actually expect these three lines to have something along: deprecated: true and this should be part of the conversion to yaml. Or perhaps I am missing something? The rest of the series looks good to me. > =20 > reg: > maxItems: 1 Thanks, Miqu=C3=A8l