From patchwork Thu Nov 27 14:18:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Roese X-Patchwork-Id: 415531 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9A562140147 for ; Fri, 28 Nov 2014 01:24:54 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751549AbaK0OYx (ORCPT ); Thu, 27 Nov 2014 09:24:53 -0500 Received: from mo4-p04-ob.smtp.rzone.de ([81.169.146.223]:37857 "EHLO mo4-p04-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbaK0OYx (ORCPT ); Thu, 27 Nov 2014 09:24:53 -0500 X-Greylist: delayed 356 seconds by postgrey-1.27 at vger.kernel.org; Thu, 27 Nov 2014 09:24:52 EST X-RZG-CLASS-ID: mo04 X-RZG-AUTH: :IW0NeWC7b/q2i6W/qstXb1SBUuFnrGohfvxEndrDXKjzPMsB3oimjD61I4fPQhgcxW13 Received: from stefan-work.domain_not_set.invalid (b9168f14.cgn.dg-w.de [185.22.143.20]) by post.strato.de (RZmta 36.1 SBL|AUTH) with ESMTPA id C024e8qAREInQWL; Thu, 27 Nov 2014 15:18:49 +0100 (CET) From: Stefan Roese To: linux-mtd@lists.infradead.org Cc: devicetree@vger.kernel.org, Huang Shijie , Brian Norris Subject: [PATCH] mtd: gpmi: Remove "We support only one NAND chip" from bindings doc Date: Thu, 27 Nov 2014 15:18:49 +0100 Message-Id: <1417097929-17832-1-git-send-email-sr@denx.de> X-Mailer: git-send-email 2.2.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This sentence "We support only one NAND chip now" is not true any more. Multiple chips are supported. So lets remove this sentence to not confuse anyone. Signed-off-by: Stefan Roese Cc: Huang Shijie Cc: Brian Norris --- Documentation/devicetree/bindings/mtd/gpmi-nand.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.txt b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt index a011fdf..d02acaf 100644 --- a/Documentation/devicetree/bindings/mtd/gpmi-nand.txt +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt @@ -1,7 +1,7 @@ * Freescale General-Purpose Media Interface (GPMI) The GPMI nand controller provides an interface to control the -NAND flash chips. We support only one NAND chip now. +NAND flash chips. Required properties: - compatible : should be "fsl,-gpmi-nand"