From patchwork Thu Nov 7 15:17:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 289385 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 C26322C00A4 for ; Fri, 8 Nov 2013 02:18:18 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751045Ab3KGPSS (ORCPT ); Thu, 7 Nov 2013 10:18:18 -0500 Received: from top.free-electrons.com ([176.31.233.9]:51896 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750940Ab3KGPSS (ORCPT ); Thu, 7 Nov 2013 10:18:18 -0500 Received: by mail.free-electrons.com (Postfix, from userid 106) id 1C2DA83A; Thu, 7 Nov 2013 16:18:30 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.3.2 Received: from localhost.localdomain (unknown [190.2.98.212]) by mail.free-electrons.com (Postfix) with ESMTPA id 0E18F824; Thu, 7 Nov 2013 16:18:02 +0100 (CET) From: Ezequiel Garcia To: , , Cc: Lior Amsalem , Tawfik Bayouk , Thomas Petazzoni , Gregory Clement , Brian Norris , Huang Shijie , Willy Tarreau , Daniel Mack , Jason Cooper , Ezequiel Garcia Subject: [PATCH v4 05/31] mtd: nand: pxa3xx: devicetree binding update Date: Thu, 7 Nov 2013 12:17:09 -0300 Message-Id: <1383837455-30721-6-git-send-email-ezequiel.garcia@free-electrons.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1383837455-30721-1-git-send-email-ezequiel.garcia@free-electrons.com> References: <1383837455-30721-1-git-send-email-ezequiel.garcia@free-electrons.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Since the driver supports the new compatible string, the binding documentation must be updated to reflect it. Signed-off-by: Ezequiel Garcia Acked-by: Jason Cooper --- Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt index f1421e2..bed8390 100644 --- a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt +++ b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt @@ -2,7 +2,9 @@ PXA3xx NAND DT bindings Required properties: - - compatible: Should be "marvell,pxa3xx-nand" + - compatible: Should be set to one of the following: + marvell,pxa3xx-nand + marvell,armada370-nand - reg: The register base for the controller - interrupts: The interrupt to map - #address-cells: Set to <1> if the node includes partitions