From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 029BAC3F2D2 for ; Fri, 28 Feb 2020 10:02:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6B57246A2 for ; Fri, 28 Feb 2020 10:02:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bvwarMd6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C6B57246A2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=v7ESvXPvWZe8RjIzv1XarW8MQPuX5X/SYqZ3W+GmJs8=; b=bvwarMd63a8OgnAg9iK1o4t/Rj XVgSwMholEjsD5t+VX4zfSyrmtjSLNM+ts390VI+zeiJH82Abc4cFHb33gJwSv3uTKk9X9MEXsTPZ 0OCQrqhCwqbRdVUO21SFQ76S6OuPDoOhRowPd6jP22Um7CXvfS4q9JZDOf2gvadZJyuji2cO6aRkB mAsAHCouI6aTGERZ6Vxw1Y73ig/MNacCWX3foGpVVsnKH4EHlDX2ut+2SCRrVIpUR4d7ZK7WNBq3P T95dH0oaqmdpkZ7jS/oI2tLljcD3bXn/gSx/uAgVIAJCN6+6xIoEeFaqt6lvguAJFvR8QQPlM1khD 1YLE8YTA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j7cTE-0002bt-9T; Fri, 28 Feb 2020 10:02:12 +0000 Received: from lucky1.263xmail.com ([211.157.147.131]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j7cT9-0002aR-3C; Fri, 28 Feb 2020 10:02:10 +0000 Received: from localhost (unknown [192.168.167.8]) by lucky1.263xmail.com (Postfix) with ESMTP id 559CB86D9A; Fri, 28 Feb 2020 18:01:48 +0800 (CST) X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-ADDR-CHECKED4: 1 X-ANTISPAM-LEVEL: 2 X-ABS-CHECKED: 0 Received: from localhost.localdomain (unknown [58.22.7.114]) by smtp.263.net (postfix) whith ESMTP id P12225T140183993132800S1582884093668539_; Fri, 28 Feb 2020 18:01:48 +0800 (CST) X-IP-DOMAINF: 1 X-UNIQUE-TAG: X-RL-SENDER: yifeng.zhao@rock-chips.com X-SENDER: zyf@rock-chips.com X-LOGIN-NAME: yifeng.zhao@rock-chips.com X-FST-TO: miquel.raynal@bootlin.com X-SENDER-IP: 58.22.7.114 X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 X-System-Flag: 0 From: Yifeng Zhao To: miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com, robh+dt@kernel.org Subject: [PATCH 1/3] mtd: rawnand: rockchip: NFC drivers for RK3308, RK3188 and others Date: Fri, 28 Feb 2020 18:01:15 +0800 Message-Id: <1582884076-27615-3-git-send-email-yifeng.zhao@rock-chips.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1582884076-27615-1-git-send-email-yifeng.zhao@rock-chips.com> References: <1582884076-27615-1-git-send-email-yifeng.zhao@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200228_020207_534300_AEE1119B X-CRM114-Status: GOOD ( 11.35 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Yifeng Zhao , linux-mtd@lists.infradead.org, heiko@sntech.de, linux-rockchip@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org Documentation support for Rockchip NAND controllers Signed-off-by: Yifeng Zhao --- .../bindings/mtd/rockchip,nand.yaml | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/rockchip,nand.yaml diff --git a/Documentation/devicetree/bindings/mtd/rockchip,nand.yaml b/Documentation/devicetree/bindings/mtd/rockchip,nand.yaml new file mode 100644 index 000000000000..9a81f682ac01 --- /dev/null +++ b/Documentation/devicetree/bindings/mtd/rockchip,nand.yaml @@ -0,0 +1,95 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/mtd/rockchip,nand.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Rockchip SoCs NAND FLASH Controller (NFC) Device Tree Bindings + +allOf: + - $ref: "nand-controller.yaml" + +maintainers: + - Yifeng Zhao + +properties: + "#address-cells": true + "#size-cells": true + + compatible: + const: rockchip,nfc + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + + clocks: + items: + - description: Module Clock + - description: Bus Clock + + clock-names: + items: + - const: clk_nfc + - const: clk_ahb + + clock-rates: + maximum: 150000000 + + pinctrl-names: true + +patternProperties: + "^pinctrl-[0-9]+$": true + + "^nand@[a-f0-9]$": + type: object + properties: + reg: + minimum: 0 + maximum: 3 + + nand-ecc-step-size: + const: 1024 + + nand-ecc-strength: + enum: [16, 24 , 40, 60, 70] + + nand-bus-width: + const: 8 + +required: + - compatible + - reg + - interrupts + - clocks + - clock-names + +examples: + - | + #include + #include + nfc: nand-controller@ff4b0000 { + compatible = "rockchip,nfc"; + reg = <0x0 0xff4b0000 0x0 0x4000>; + interrupts = ; + clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>; + clock-names = "clk_nfc", "clk_ahb"; + clock-rates = <150000000>; + pinctrl-names = "default"; + pinctrl-0 = <&flash_csn0 &flash_rdy &flash_ale &flash_cle + &flash_wrn &flash_rdn &flash_bus8>; + + #address-cells = <1>; + #size-cells = <0>; + nand@0 { + reg = <0>; + nand-ecc-mode = "hw"; + nand-ecc-strength = <16>; + nand-ecc-step-size = <1024>; + nand-bus-width = <8>; + }; + }; + +... -- 2.17.1 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/