From patchwork Wed Aug 24 08:52:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 74570 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp203111qga; Wed, 24 Aug 2016 01:54:34 -0700 (PDT) X-Received: by 10.66.9.42 with SMTP id w10mr3582106paa.34.1472028873798; Wed, 24 Aug 2016 01:54:33 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id cj15si8648263pac.175.2016.08.24.01.54.33; Wed, 24 Aug 2016 01:54:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753607AbcHXIyc (ORCPT + 8 others); Wed, 24 Aug 2016 04:54:32 -0400 Received: from mail-lf0-f45.google.com ([209.85.215.45]:33241 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054AbcHXIya (ORCPT ); Wed, 24 Aug 2016 04:54:30 -0400 Received: by mail-lf0-f45.google.com with SMTP id b199so7036183lfe.0 for ; Wed, 24 Aug 2016 01:53:00 -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=fs6pBAEA92fiGUWjyVcRVHG/7D38LfJu5d+FXosoLAY=; b=QhyxXjpeF1+UefLd+S3AgpouNdIJR6En1N0OzPRWfrtmpMt51R1VSXwMfNWLSQcRUk I+R2tozyXyNitosz8PcqflSRDDA6lf7KszoguPqdALoyqnbgu/n8/MBWTmvgkycgS6Bv +KSJEv1dOdi8YGnu/Y8ByUL0JVuqKawn7EgKA= 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=fs6pBAEA92fiGUWjyVcRVHG/7D38LfJu5d+FXosoLAY=; b=CogOvH7H5N7krhWsYaJ4dwsjD1oV0rmScDRAWzZ7qGwMJEQwQF1pteP/aoDNCMpKPM 7dyslvV3UkPA7nqBca+nde+wX3O7cqeE3B1UX6AxpiZvYLzNB2hnyOyS18Sw0tcA5dqs VxGtZ5qjEeSDHnJNSCmphglUyexoTdHx8lq/NavVNcyE/t2iAkx4opIDBYWd0WedB2DC g10MJPrzmaWKFAxFgqhsFQQC8eSNsR1DwcLfPoCANDqC8dxbHumreEakTtHVh3YfoCj7 Kkkp5DRJHIAhAw1NCDYrZXkl55KtQk4GvVJ3uN8A0RYrJ0jpMNO4b3FPXBKjxFvGbPaR iCcQ== X-Gm-Message-State: AE9vXwM0nJq335i7VaSHkBvCm/Och8LftfPtWGzxr2kLi3vHAQUIvZPDqm5pFLDdXOB4wEib X-Received: by 10.25.81.139 with SMTP id f133mr554034lfb.78.1472028779015; Wed, 24 Aug 2016 01:52:59 -0700 (PDT) Received: from linuslaptop.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id e65sm1694253lji.32.2016.08.24.01.52.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Aug 2016 01:52:58 -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 Cc: Stephen Boyd , Bjorn Andersson , David Brown , Linus Walleij Subject: [PATCH 3/4 v2] ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI Date: Wed, 24 Aug 2016 10:52:37 +0200 Message-Id: <1472028758-29272-4-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1472028758-29272-1-git-send-email-linus.walleij@linaro.org> References: <1472028758-29272-1-git-send-email-linus.walleij@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This adds the external bus interface EBI2 to the MSM8660 device tree, albeit with status = "disabled" so that devices actually using EBI2 can turn it on if needed. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Use the new #address-cells = <2> for indicating the CS in the first address cell - Use the ranges property properly for defining the six different CS address windows --- arch/arm/boot/dts/qcom-msm8660.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi index 8c65e0d82559..fd18ce414347 100644 --- a/arch/arm/boot/dts/qcom-msm8660.dtsi +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi @@ -141,6 +141,23 @@ }; }; + ebi2@1a100000 { + compatible = "qcom,msm8660-ebi2"; + #address-cells = <2>; + #size-cells = <1>; + ranges = <0 0x0 0x1a800000 0x00800000>, + <1 0x0 0x1b000000 0x00800000>, + <2 0x0 0x1b800000 0x00800000>, + <3 0x0 0x1d000000 0x00800000>, + <4 0x0 0x1c800000 0x00800000>, + <5 0x0 0x1c000000 0x00800000>; + reg = <0x1a100000 0x1000>, <0x1a110000 0x1000>; + reg-names = "ebi2", "xmem"; + clocks = <&gcc EBI2_2X_CLK>, <&gcc EBI2_CLK>; + clock-names = "ebi2x", "ebi2"; + status = "disabled"; + }; + qcom,ssbi@500000 { compatible = "qcom,ssbi"; reg = <0x500000 0x1000>;