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 8FE65C433F5 for ; Tue, 21 Dec 2021 17:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240226AbhLURK0 (ORCPT ); Tue, 21 Dec 2021 12:10:26 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:45589 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240185AbhLURKZ (ORCPT ); Tue, 21 Dec 2021 12:10:25 -0500 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 7BE5FE000A; Tue, 21 Dec 2021 17:10:21 +0000 (UTC) From: Miquel Raynal To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , linux-mtd@lists.infradead.org Cc: Rob Herring , devicetree@vger.kernel.org, Milan Stevanovic , Jimmy Lalande , Thomas Petazzoni , linux-renesas-soc@vger.kernel.org, Magnus Damm , Gareth Williams , Phil Edworthy , Geert Uytterhoeven , Wolfram Sang , Chris Brandt , Ralph Siemsen , Geert Uytterhoeven , Rob Herring Subject: Re: [PATCH v6 1/4] dt-bindings: mtd: renesas: Describe Renesas R-Car Gen3 & RZ/N1 NAND controller Date: Tue, 21 Dec 2021 18:10:21 +0100 Message-Id: <20211221171021.20101-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20211217142033.353599-2-miquel.raynal@bootlin.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'6b85a71cace75c9e06eb02f76216be1e26530058' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 2021-12-17 at 14:20:30 UTC, Miquel Raynal wrote: > Add a Yaml description for this Renesas NAND controller. > > As this controller is embedded on different SoC families, provide: > * a family-specific "r-car-gen3" compatible and a more specific > "r8a77951" one > * a family-specific "rzn1" compatible and a more specific "r9a06g032" > one > > More compatibles can be added later if new SoCs with this controller > must be supported. > > Signed-off-by: Miquel Raynal > Reviewed-by: Geert Uytterhoeven > Reviewed-by: Rob Herring > Acked-by: Wolfram Sang Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next. Miquel