From patchwork Mon Feb 8 07:31:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 102840 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1281258lbl; Sun, 7 Feb 2016 23:32:39 -0800 (PST) X-Received: by 10.98.9.92 with SMTP id e89mr40651941pfd.34.1454916759706; Sun, 07 Feb 2016 23:32:39 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ez9si44714220pab.20.2016.02.07.23.32.39; Sun, 07 Feb 2016 23:32:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755645AbcBHHch (ORCPT + 30 others); Mon, 8 Feb 2016 02:32:37 -0500 Received: from conuserg011.nifty.com ([202.248.44.37]:52834 "EHLO conuserg011-v.nifty.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755610AbcBHHce (ORCPT ); Mon, 8 Feb 2016 02:32:34 -0500 Received: from beagle.diag.org (p14090-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.90]) (authenticated) by conuserg011-v.nifty.com with ESMTP id u187V0Br011337; Mon, 8 Feb 2016 16:31:01 +0900 X-Nifty-SrcIP: [153.142.97.90] From: Masahiro Yamada To: linux-mtd@lists.infradead.org Cc: Dinh Nguyen , Masahiro Yamada , devicetree@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland Subject: [PATCH] mtd: denali: fix property name for Denali DT binding Date: Mon, 8 Feb 2016 16:31:42 +0900 Message-Id: <1454916702-20982-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The property "dma-mask" is used in the Examples section of this document as well as drivers/mtd/nand/denali_dt.c, so I assume the correct property name is "dma-mask", not "dm-mask" Signed-off-by: Masahiro Yamada --- Documentation/devicetree/bindings/mtd/denali-nand.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 diff --git a/Documentation/devicetree/bindings/mtd/denali-nand.txt b/Documentation/devicetree/bindings/mtd/denali-nand.txt index b04d03a..785b825 100644 --- a/Documentation/devicetree/bindings/mtd/denali-nand.txt +++ b/Documentation/devicetree/bindings/mtd/denali-nand.txt @@ -5,7 +5,7 @@ Required properties: - reg : should contain registers location and length for data and reg. - reg-names: Should contain the reg names "nand_data" and "denali_reg" - interrupts : The interrupt number. - - dm-mask : DMA bit mask + - dma-mask : DMA bit mask The device tree may optionally contain sub-nodes describing partitions of the address space. See partition.txt for more detail.