From patchwork Mon Jun 13 00:58:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 69841 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp1308496qgf; Sun, 12 Jun 2016 17:58:31 -0700 (PDT) X-Received: by 10.98.10.25 with SMTP id s25mr18281050pfi.44.1465779510961; Sun, 12 Jun 2016 17:58:30 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o128si28698774pfg.246.2016.06.12.17.58.30; Sun, 12 Jun 2016 17:58:30 -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 S933055AbcFMA6a (ORCPT + 8 others); Sun, 12 Jun 2016 20:58:30 -0400 Received: from mail-lf0-f45.google.com ([209.85.215.45]:33007 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932986AbcFMA63 (ORCPT ); Sun, 12 Jun 2016 20:58:29 -0400 Received: by mail-lf0-f45.google.com with SMTP id f6so54537053lfg.0 for ; Sun, 12 Jun 2016 17:58:28 -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=ei9Eo6qTC13/0+I6rIMEYu7eRLoYG/GI97clIbo9qBM=; b=PWuy1OCZ/zbuUguekv7l4qm1eslIMINRfLUK/AYTP1k1yniLgI8GSp/BY651o56Ds3 H9r8jtal2iRjcOfAAGRlkMJaUl27paTTit3EEBF5hoNxcySWNRipu4Cp7r9ZYRfJlvDF A77+TbwSZIqyt0I88flZws3G39xXn8pj0fNIw= 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=ei9Eo6qTC13/0+I6rIMEYu7eRLoYG/GI97clIbo9qBM=; b=TMNAgbSfWSwUnAxXuE0bhWvNqj/DuuGXFHmDopkRUgjye7/1A3WWz1sqGCzlJFpPtK e4YB/vbz5M0gKnbUu+oFayI921dFv91eBumFelr0A4WUReHlPZH/2R5uYJ97/mFK6/e9 TjyNamqvf/ME9dPdYqnlz5sEshfYR4DJzKpYOzVhAtw3deogk0zY+5ibjBCVKxBpvRou 2QpcANx7xDRU0zzapt04TGzMDcFajw/icCPnH7xsq5zK/AaYDE8w9oI7YEdkZwagtpYP e9/3iTdfaKtOc1YrRUtHQc+dPhvb2BU02y9UW26+pYDlnjq6XqYmXnrQhdrwEXzNcZv8 +mPw== X-Gm-Message-State: ALyK8tL2o25582dfoaoWqkjZkrNiBHNxCqA1wulRgNuQ1Qwf8IFl/Kx4dbpPg05L+glCUQ6L X-Received: by 10.46.5.143 with SMTP id 137mr2911775ljf.7.1465779507548; Sun, 12 Jun 2016 17:58:27 -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 z8sm2537523lbv.42.2016.06.12.17.58.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jun 2016 17:58:26 -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 2/3] ARM: dts: add SDCC5 to Qualcomm MSM8660 Date: Mon, 13 Jun 2016 02:58:17 +0200 Message-Id: <1465779498-11339-2-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.11 In-Reply-To: <1465779498-11339-1-git-send-email-linus.walleij@linaro.org> References: <1465779498-11339-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 The SDCC5 SD/MMC controller is used for a second uSD slot on the APQ8060 Dragonboard. On most other systems it is just dark silicon so define it and leave it as "disabled" in the core SoC file. Cc: Andy Gross Cc: David Brown Cc: Stephen Boyd Signed-off-by: Linus Walleij --- arch/arm/boot/dts/qcom-msm8660.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -- 2.4.11 -- 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 6a62b62ad980..a5a38820554a 100644 --- a/arch/arm/boot/dts/qcom-msm8660.dtsi +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi @@ -262,6 +262,22 @@ no-1-8-v; vmmc-supply = <&vsdcc_fixed>; }; + + sdcc5: sdcc@12200000 { + compatible = "arm,pl18x", "arm,primecell"; + arm,primecell-periphid = <0x00051180>; + status = "disabled"; + reg = <0x12200000 0x8000>; + interrupts = ; + interrupt-names = "cmd_irq"; + clocks = <&gcc SDC5_CLK>, <&gcc SDC5_H_CLK>; + clock-names = "mclk", "apb_pclk"; + bus-width = <4>; + cap-sd-highspeed; + cap-mmc-highspeed; + max-frequency = <48000000>; + vmmc-supply = <&vsdcc_fixed>; + }; }; tcsr: syscon@1a400000 {