Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp112310imm; Tue, 16 Oct 2018 19:10:36 -0700 (PDT) X-Google-Smtp-Source: ACcGV607gQzOa+fZYTPD9LNxCMgzgGf1/jiIrZNz6kmhhH59YrhadH3av9ihkO8ZObPunBQ3pOHc X-Received: by 2002:a63:3143:: with SMTP id x64-v6mr429232pgx.163.1539742236428; Tue, 16 Oct 2018 19:10:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539742236; cv=none; d=google.com; s=arc-20160816; b=qtLin4vmvBAV4XE9NxZYHnCtWCT7MZVqyfSMmlfkj9VLhyUVx0nfawDhdpr5W4I3iw 2DUjCiiQB2JnKsJDsCwiXpsFvNIwXg+xee0WW/p4fqV5F3xjlNbYNwoqrvKN7kk9K7nQ f2POuI+xvAdigDWvXTqml4tiTcwsfy/sp/swMAtkdtbYz6hrIMzUUMsci1LPI/3eh8/r f+PLWxc9jjZeirxp/04/EeT+6it0CWwRd/WneGKNDCqNCOUqjmr2QBiXVO4XCK9i7Yk7 k8evxx3GgXqg/SUmwNawaai1siL9c4uvE0k0CyhFBf1HfHJuveZXkgI/kfFEIpnWRXuW +SVw== 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; bh=dr4L01Zlq1CFbD4ZacjPNVQSOeZ6OvWvl+nyqjF9MSM=; b=0lkCmZTL7wMKpxwQ8Q+Gyhibc18jK65pCtOKuyy/CVyub2bezBY6IZvKobIMagBSkp WtulPmaqto+aVHzJtzL0fOqb5rW0EsdhLlXbIkkqW+asNR30nxo4oj7YLb5B/61J1O8l WNvLhq5K2ezgR+FdhyL8GiPagTfc9k7xDRgvQ/ISCoT6qq5HQIbgCqXeFOzQhGnV9ORy CxwSymyQxY3TfR+1kWvxKKvSOW3F7UzGynHP2LO1wG/IjUDXMUgmVI8jW8MhOFQLUiFB aExsN1S5cfMRwluNsJ1tzlLlMgU8jU0U/xh4yYBu7Hswvlp8plQ6MnDM5hQnpm83JCvk QQEQ== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x32-v6si15859837pld.323.2018.10.16.19.10.20; Tue, 16 Oct 2018 19:10:36 -0700 (PDT) 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 S1727471AbeJQKBr (ORCPT + 99 others); Wed, 17 Oct 2018 06:01:47 -0400 Received: from twhmllg3.macronix.com ([122.147.135.201]:47361 "EHLO TWHMLLG3.macronix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727178AbeJQKBq (ORCPT ); Wed, 17 Oct 2018 06:01:46 -0400 Received: from localhost.localdomain ([172.17.195.96]) by TWHMLLG3.macronix.com with ESMTP id w9H28Efm079698; Wed, 17 Oct 2018 10:08:15 +0800 (GMT-8) (envelope-from masonccyang@mxic.com.tw) From: masonccyang@mxic.com.tw To: broonie@kernel.org, tpiepho@impinj.com, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Cc: boris.brezillon@bootlin.com, juliensu@mxic.com.tw, zhengxunli@mxic.com.tw, masonccyang@mxic.com.tw Subject: [PATCH v6 2/2] dt-binding: spi: Document Macronix controller bindings Date: Wed, 17 Oct 2018 10:08:12 +0800 Message-Id: <1539742092-7049-3-git-send-email-masonccyang@mxic.com.tw> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1539742092-7049-1-git-send-email-masonccyang@mxic.com.tw> References: <1539742092-7049-1-git-send-email-masonccyang@mxic.com.tw> X-MAIL: TWHMLLG3.macronix.com w9H28Efm079698 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mason Yang Document the bindings used by the Macronix controller. Signed-off-by: Mason Yang --- Documentation/devicetree/bindings/spi/spi-mxic.txt | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-mxic.txt diff --git a/Documentation/devicetree/bindings/spi/spi-mxic.txt b/Documentation/devicetree/bindings/spi/spi-mxic.txt new file mode 100644 index 0000000..529f2da --- /dev/null +++ b/Documentation/devicetree/bindings/spi/spi-mxic.txt @@ -0,0 +1,34 @@ +Macronix SPI controller Device Tree Bindings +-------------------------------------------- + +Required properties: +- compatible: should be "mxicy,mx25f0a-spi" +- #address-cells: should be 1 +- #size-cells: should be 0 +- reg: should contain 2 entries, one for the registers and one for the direct + mapping area +- reg-names: should contain "regs" and "dirmap" +- interrupts: interrupt line connected to the SPI controller +- clock-names: should contain "ps_clk", "send_clk" and "send_dly_clk" +- clocks: should contain 3 entries for the "ps_clk", "send_clk" and + "send_dly_clk" clocks + +Example: + + spi@43c30000 { + compatible = "mxicy,mx25f0a-spi"; + reg = <0x43c30000 0x10000>, <0xa0000000 0x20000000>; + reg-names = "regs", "dirmap"; + clocks = <&clkwizard 0>, <&clkwizard 1>, <&clkc 18>; + clock-names = "send_clk", "send_dly_clk", "ps_clk"; + #address-cells = <1>; + #size-cells = <0>; + + flash@0 { + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <25000000>; + spi-tx-bus-width = <4>; + spi-rx-bus-width = <4>; + }; + }; -- 1.9.1