Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2563912imu; Thu, 17 Jan 2019 17:08:30 -0800 (PST) X-Google-Smtp-Source: ALg8bN6FLAdi8C+fBlsWpuag2Jj3YCvNwiVac3QzOQGIQ/1qb5hriknjChsKDrbdqe0JC2r8hHUC X-Received: by 2002:a63:955a:: with SMTP id t26mr15770355pgn.449.1547773710109; Thu, 17 Jan 2019 17:08:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547773710; cv=none; d=google.com; s=arc-20160816; b=PWsBRxObc8wYkIcemwaQp1F7YuyC0c7Mo2tbcxdWbpLiFzXTCK++T+F7mlKAbjIxzo zVgNkL8ENvvyMfimDFkstMu2Q3NErHzxS7OPB7hbvj5YrFag/DYL+4IOpi4SalPROFii UE/KGMrAnkyk+9u9WxF1CVKCIim2fNmDglDxsslve8M2XI0O/4iZEwNDQQL1D7mj/p2O no87g4Imz4WthvbQkhBwz36hFEU0tgXEA9195Art/3SZHzzQYSO4i+LszIzgmOX0X4z/ u/koSQpmv5hWKF+YwFp4sqra64Qw5tqyglGhW6tTkdfKgBK3C/oQ+VR2QJOOLp18d2Bn 5Z7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:dkim-signature; bh=JXr4LrdpYrvbx6eqNgw1hYdipnO5Jw08K5hEj1tp7cs=; b=VKUMNoHPBW1D22A5w7NuXLgge2zygwwDOebaX1HyY78XyDMKOoeT7mkt7dCqz1H+Mi VkYGGU+SiaBuOO7uTL3OjDZBR9DXctbkq5D9e/P7ANjU7BnT08PrCdraPJqq0etlcJCV 7dzzdjVifxNpXj/5wJl+msj5kLCv/Fo5Votl0yhjmKxuFDAcieLEliMWOLaYD0tZASlT MiwXut2kyTAl7CutNaNjdqbnz6Ti3b7K5j+vfmEOBaJBJ11b7GllIjJC3QVhW01fRy2s VbyjMy6UV9LmBZoYih/6cdLYM5m0cx69IaN2t5Q3FTnD553uRsoPyaPOO2MC2YqjxqLy ENRg== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@crapouillou.net header.s=mail header.b=haeWqJJr; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p2si3220976pgr.133.2019.01.17.17.08.14; Thu, 17 Jan 2019 17:08:30 -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; dkim=fail header.i=@crapouillou.net header.s=mail header.b=haeWqJJr; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726922AbfARBG6 (ORCPT + 99 others); Thu, 17 Jan 2019 20:06:58 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:32858 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725934AbfARBG4 (ORCPT ); Thu, 17 Jan 2019 20:06:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1547773614; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=JXr4LrdpYrvbx6eqNgw1hYdipnO5Jw08K5hEj1tp7cs=; b=haeWqJJrrw5/ze4APaWsqVx+Ht3IC47cloF8H4GC1gE9a2F9Ra4hyprH+dlJUbXcjLKn+Q XJAJvXqi5Zi6uf5DIfzgAyg2XusuB6fQ9avxQNl0JFkgXeNvFb9fk9OD4izZ3g5VlL6ZgA hVFqLHMFTJtV+jKnTgMRAdEu1t+4/Zc= From: Paul Cercueil To: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Rob Herring , Mark Rutland , Ralf Baechle , Paul Burton , James Hogan , Miquel Raynal , Harvey Hunt Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Paul Cercueil Subject: [PATCH 2/8] dt-bindings: mtd: ingenic: Add compatible strings for the JZ4725B Date: Thu, 17 Jan 2019 22:06:28 -0300 Message-Id: <20190118010634.27399-2-paul@crapouillou.net> In-Reply-To: <20190118010634.27399-1-paul@crapouillou.net> References: <20190118010634.27399-1-paul@crapouillou.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add compatible strings to probe the jz4780-nand and jz4780-bch drivers from devicetree on the JZ4725B SoC from Ingenic. Signed-off-by: Paul Cercueil --- Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt b/Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt index 29ea5853ca91..8ebed442ac55 100644 --- a/Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt +++ b/Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt @@ -6,7 +6,9 @@ memory-controllers/ingenic,jz4780-nemc.txt), and thus NAND device nodes must be children of the NEMC node. Required NAND controller device properties: -- compatible: Should be set to "ingenic,jz4780-nand". +- compatible: Should be one of: + * ingenic,jz4725b-nand + * ingenic,jz4780-nand - reg: For each bank with a NAND chip attached, should specify a bank number, an offset of 0 and a size of 0x1000000 (i.e. the whole NEMC bank). @@ -72,7 +74,9 @@ NAND devices. The following is a description of the device properties for a BCH controller. Required BCH properties: -- compatible: Should be set to "ingenic,jz4780-bch". +- compatible: Should be one of: + * ingenic,jz4725b-bch + * ingenic,jz4780-bch - reg: Should specify the BCH controller registers location and length. - clocks: Clock for the BCH controller. -- 2.11.0