Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751880AbdIUWzN (ORCPT ); Thu, 21 Sep 2017 18:55:13 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36779 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751728AbdIUWzL (ORCPT ); Thu, 21 Sep 2017 18:55:11 -0400 X-Google-Smtp-Source: AOwi7QDjtPSHhEkUyG+7m5v7lp299oH+VSN3dKZK1xupTd/ax2xSUPNHMKVFcELovLiaLSZ2X50fhg== Date: Thu, 21 Sep 2017 17:55:09 -0500 From: Rob Herring To: Masahiro Yamada Cc: linux-mtd@lists.infradead.org, Oleksij Rempel , Dinh Nguyen , Cyrille Pitchen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Boris Brezillon , Marek Vasut , Brian Norris , Richard Weinberger , David Woodhouse , Mark Rutland Subject: Re: [PATCH] dt-bindings: nand: denali: reduce the register space in the example Message-ID: <20170921225509.u5x7sxenxzx3lndm@rob-hp-laptop> References: <1505373456-24047-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505373456-24047-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 470 Lines: 12 On Thu, Sep 14, 2017 at 04:17:36PM +0900, Masahiro Yamada wrote: > This example allocates too much for register regions. Especially, > there are only two registers in the "nand_data" interface of this > hardware (ADDR: 0x00, DATA: 0x10). > > Signed-off-by: Masahiro Yamada > --- > > Documentation/devicetree/bindings/mtd/denali-nand.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring