From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f68.google.com ([209.85.210.68]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gFkzr-0003Ck-Ag for linux-mtd@lists.infradead.org; Thu, 25 Oct 2018 19:08:44 +0000 Received: by mail-ot1-f68.google.com with SMTP id l1so10209684otj.5 for ; Thu, 25 Oct 2018 12:08:33 -0700 (PDT) Date: Thu, 25 Oct 2018 14:08:31 -0500 From: Rob Herring To: Linus Walleij Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , linux-mtd@lists.infradead.org, Linus Walleij , devicetree@vger.kernel.org Subject: Re: [PATCH 2/3] mtd: partitions: Add RedBoot FIS DT bindings Message-ID: <20181025190830.GA20499@bogus> References: <20181019070622.26661-1-linus.walleij@linaro.org> <20181019070622.26661-2-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181019070622.26661-2-linus.walleij@linaro.org> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 19 Oct 2018 09:06:21 +0200, Linus Walleij wrote: > This adds device tree bindings for the RedBoot FIS partition > format. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Linus Walleij > --- > .../bindings/mtd/partitions/redboot-fis.txt | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/partitions/redboot-fis.txt > Reviewed-by: Rob Herring