From patchwork Fri Jul 8 09:11:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9220253 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 17C066044F for ; Fri, 8 Jul 2016 09:14:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 88A7C28464 for ; Fri, 8 Jul 2016 09:14:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7D95128487; Fri, 8 Jul 2016 09:14:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E5CBC28464 for ; Fri, 8 Jul 2016 09:14:18 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bLRq1-0006HQ-VE; Fri, 08 Jul 2016 09:12:45 +0000 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bLRpw-0006EZ-Fq for linux-arm-kernel@lists.infradead.org; Fri, 08 Jul 2016 09:12:42 +0000 Received: by mail-lf0-x235.google.com with SMTP id q132so26067680lfe.3 for ; Fri, 08 Jul 2016 02:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Cif3m95y7o/DfwW1UgA6f1psULQ1DnF0/dh2kI84jio=; b=jaqq9lBHisywfCzAzuwthOeOHsqOP4hNFQraq4B3wTrN5GMkGnR8aHVLxLHuamjioD BvENqcRLZEizpPVLwsX5nita8so3yKThpM4UxsGnZHehd99zbd3deWZxMSjRzGxmKLct /PGoWXtrBo5925Dk/hW0xCIAr25zEVJxhmRNQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Cif3m95y7o/DfwW1UgA6f1psULQ1DnF0/dh2kI84jio=; b=RaYW+y7tAu6MB5F7GO0EGGAQTnBccZNbzT+yxO8iz44NH7WYuIQTgoRwqSeNocsfBE Ee9+dLUe8UCl3rDgTlTwpdlnD4eXoNEIlmlGnk+KaUZ0wPM8RRenxPUnFbAJAMOsgIZy nrWWVcEmXFqUV9LpbB7MNLuHT6Ex7jL4phvqK/F4X25ZWTEOLt1JBI1j+HnyBPXc60GG JpWfeAJS28O3p596daDZW2sjmhuVigucqtyiMMtCPvNXy4H3q6kvi1ZLUcPXplW3VSmN zYeWix5Tu6vn7J+0O/waLLnl8rz7BepMswBN/+p8bhk6HAXlAIS9YNU6g2cNrPg3pzv+ DxGw== X-Gm-Message-State: ALyK8tJmvREkxSOUBrMh6bapxAxh4Ca3rp1LNJ067FpRO4NrxKvDfV/hX6lqtqOsgYMtZlQ1 X-Received: by 10.25.29.7 with SMTP id d7mr1357651lfd.93.1467969140431; Fri, 08 Jul 2016 02:12:20 -0700 (PDT) Received: from localhost.localdomain.localdomain (c-cc7c71d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.124.204]) by smtp.gmail.com with ESMTPSA id 94sm8214379lfr.7.2016.07.08.02.12.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Jul 2016 02:12:19 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Andy Gross Subject: [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings Date: Fri, 8 Jul 2016 11:11:59 +0200 Message-Id: <1467969122-6552-2-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1467969122-6552-1-git-send-email-linus.walleij@linaro.org> References: <1467969122-6552-1-git-send-email-linus.walleij@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160708_021240_978054_BFF783EB X-CRM114-Status: GOOD ( 23.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Brown , Linus Walleij , Stephen Boyd , devicetree@vger.kernel.org, Bjorn Andersson MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This adds device tree bindings for the External Bus Interface 2, EBI2 to the Qualcomm SoC drivers. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij --- Whoever has documentation on this block and willing to share: either share the documentation or tell me what I'm doing wrong by rephrasing. Thanks. --- .../devicetree/bindings/soc/qcom/qcom,ebi2.txt | 134 +++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,ebi2.txt diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,ebi2.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,ebi2.txt new file mode 100644 index 000000000000..b848a60352ca --- /dev/null +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,ebi2.txt @@ -0,0 +1,134 @@ +Qualcomm External Bus Interface 2 (EBI2) + +The EBI2 contains two peripheral blocks: XMEM and LCDC. The XMEM handles any +external memory (such as NAND or other memory-mapped peripherals) whereas +LCDC handles LCD displays. + +As it says it connects devices to an external bus interface, meaning address +lines (up to 9 address lines so can only address 1KiB external memory space), +data lines (16 bits), OE (output enable), ADV (address valid, used on some +NOR flash memories), WE (write enable). This on top of 6 different chip selects +(CS0 thru CS5) so that in theory 6 different devices can be connected. + +Apparently this bus is clocked at 64MHz. It has dedicated pins on the package +and the bus can only come out on these pins, however if some of the pins are +unused they can be left unconnected or remuxed to be used as GPIO or in some +cases other orthogonal functions as well. + +Also CS1 and CS2 has -A and -B signals. Why they have that is unclear to me. + +The chip selects have the following memory range assignments. This region of +memory is referred to as "Chip Peripheral SS FPB0" and is 168MB big. + +Chip Select Physical address base +CS0 GPIO134 0x1a800000-0x1b000000 (8MB) +CS1 GPIO39 (A) / GPIO123 (B) 0x1b000000-0x1b800000 (8MB) +CS2 GPIO40 (A) / GPIO124 (B) 0x1b800000-0x1c000000 (8MB) +CS3 GPIO133 0x1d000000-0x25000000 (128 MB) +CS4 GPIO132 0x1c800000-0x1d000000 (8MB) +CS5 GPIO131 0x1c000000-0x1c800000 (8MB) + +The APQ8060 Qualcomm Application Processor User Guide, 80-N7150-14 Rev. A, +August 6, 2012 contains some incomplete documentation of the EBI2. + +FIXME: the manual mentions "write precharge cycles" and "precharge cycles". +We have not been able to figure out which bit fields these correspond to +in the hardware, or what valid values exist. The current hypothesis is that +this is something just used on the FAST chip selects and that the SLOW +chip selects are understood fully. There is also a "byte device enable" +flag somewhere for 8bit memories. + +FIXME: The chipselects have SLOW and FAST configuration registers. It's a bit +unclear what this means, if they are mutually exclusive or can be used +together, or if some chip selects are hardwired to be FAST and others are SLOW +by design. + +The XMEM registers are totally undocumented but could be partially decoded +because the Cypress AN49576 Antioch Westbridge apparently has suspiciously +similar register layout, see: http://www.cypress.com/file/105771/download + +Required properties: +- compatible: should be "qcom,ebi2" +- #address-cells: shoule be <1> +- #size-cells: should be <1> +- ranges: boolean should be present +- reg: two ranges of registers: EBI2 config and XMEM config areas +- reg-names: should be "ebi2", "xmem" +- clocks: two clocks, EBI_2X and EBI +- clock-names: shoule be "ebi2x", "ebi2" + +Optional subnodes: +- Nodes inside the EBI2 will be considered chipselect nodes. For each + chipselect under the EBI2 node you should have the following required + properties: + +Required subnode properties: +- chipselect: where N is the chipselect configured in this node +- address-cells: should be <1> +- size-cells: should be <1> +- ranges: bool should be present + +Optional subnode properties for SLOW chip selects: +- xmem-recovery-cycles: recovery cycles is the time the memory continues to + drive the data bus after OE is de-asserted, in order to avoid contention on + the data bus. They are inserted when reading one CS and switching to another + CS or read followed by write on the same CS. Valid values 0 thru 15. Minimum + value is actually 1, so a value of 0 will still yield 1 recovery cycle. +- xmem-write-hold-cycles: write hold cycles, these are extra cycles inserted + after every write minimum 1. The data out is driven from the time WE is + asserted until CS is asserted. With a hold of 1 (value = 0), the CS stays + active for 1 extra cycle etc. Valid values 0 thru 15. +- xmem-write-delta-cycles: initial latency for write cycles inserted for the + first write to a page or burst memory. Valid values 0 thru 255. +- xmem-read-delta-cycles: initial latency for read cycles inserted for the + first read to a page or burst memory. Valid values 0 thru 255. +- xmem-write-wait-cycles: number of wait cycles for every write access, 0=1 + cycle. Valid values 0 thru 15. +- xmem-read-wait-cycles: number of wait cycles for every read access, 0=1 + cycle. Valid values 0 thru 15. + +Optional subnode properties for FAST chip selects: +- xmem-address-hold-enable: this is a boolean property stating that we shall + holde the address for an extra cycle to meet hold time requirements with ADV + assertion. +- xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE + assertion, with respect to the cycle where ADV (address valid) is asserted. + 2 means 2 cycles between ADV and OE. Valid values 0, 1, 2 or 3. +- xmem-read-hold-cycles: the length in cycles of the first segment of a read + transfer. For a single read trandfer this will be the time from CS assertion + to OE assertion. Valid values 0 thru 15. + +Example: + +ebi2@1a100000 { + compatible = "qcom,ebi2"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + reg = <0x1a100000 0x1000>, <0x1a110000 0x1000>; + reg-names = "ebi2", "xmem"; + clocks = <&gcc EBI2_2X_CLK>, <&gcc EBI2_CLK>; + clock-names = "ebi2x", "ebi2"; + /* Make sure to set up the pin control for the EBI2 */ + pinctrl-names = "default"; + pinctrl-0 = <&foo_ebi2_pins>; + + cs2@1b800000 { + chipselect = <2>; + #address-cells = <1>; + #size-cells = <1>; + ranges; + xmem-recovery-cycles = <0>; + xmem-write-hold-cycles = <3>; + xmem-write-delta-cycles = <31>; + xmem-read-delta-cycles = <28>; + xmem-write-wait-cycles = <9>; + xmem-read-wait-cycles = <9>; + + foo-ebi2@1b800000 { + compatible = "foo"; + reg = <0x1b800000 0x100>; + (...) + }; + }; +};