From patchwork Sun Feb 28 15:18:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: vishnupatekar X-Patchwork-Id: 8447091 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D5C68C0553 for ; Sun, 28 Feb 2016 15:22:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 04F1D2026C for ; Sun, 28 Feb 2016 15:22:53 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id 2EBB1202F2 for ; Sun, 28 Feb 2016 15:22:52 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1aa39k-0000Kn-4X; Sun, 28 Feb 2016 15:21:12 +0000 Received: from mail-pf0-x242.google.com ([2607:f8b0:400e:c00::242]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aa38e-0006rq-Rl for linux-arm-kernel@lists.infradead.org; Sun, 28 Feb 2016 15:20:06 +0000 Received: by mail-pf0-x242.google.com with SMTP id 184so1777511pff.1 for ; Sun, 28 Feb 2016 07:19:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=kN8aqKffM8OufgTFEEVRTpu9pusaTp1xsKTqiIhptWg=; b=XGN/iqdzPaIUE5JS+5gidjl4lOWb9OxqgntRbXeEXpsQj4ehWQ+mCHj4PQ6SuNGhFN 2cLn3aJppxj8M4Bjsde2Amzhn9WW5aVGNk2vSgIQpvnUGlJuRi8Uk2U2CiMBRBs7cCL8 Qcwu7szEpX2tx9746fInIcEzQOQktGLrVfXFvBBsJARw4kTNJDwZfKyq44W9d9rY5Mb4 /SqqD0t+rnvOCYZezH3W0Xq6mfAawj1meFWQPkhQnqb+/ZWv8u9og6RHXgj77Wjiaooi 22+ZOTQd9mPJ2OboD9KcvYklQb6ElmE6B3te9CUmNLxiUNmOacfFwVvV8dLlveSjkTOb 8m2A== 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=kN8aqKffM8OufgTFEEVRTpu9pusaTp1xsKTqiIhptWg=; b=M5Pq2wEsKA3ol9/mqRSr38mepC7XWBHwTbPu9n6VawziWlMdWdCfhLTFKuim5lP/GY zb72Ry2yF+RaTVuDjYB9JZUgLpKgBI5KdBIQMZiAtwCEdkjcT+G3Iy/AHap0TXw8dKS2 5ehKtjA+MkfnRmcds2wTVnOJFi5e7w5zgzFOuP8fP0e7GGXl9HifivXzwwI+7Ax/xLPM Pnt3MTd7UKrbOsYj+QPbtViUVzBNxGgfodLtnF/Huu25AXZQQ2gVf4ZJUL8u9Fa+bE7a RPyKu2eX5LvGTz2aewJEq48i7adg9fMo05Nzm+wDELRaRmFAyqu5d/wlpX5l55sBK+nA B+3w== X-Gm-Message-State: AD7BkJKbx4PZ/VPtvSltBWgozIUtZBW+Sx7I8laY19Uu5AAdYDae8akqBwplxQIPk0GjaQ== X-Received: by 10.98.16.86 with SMTP id y83mr15960434pfi.45.1456672784417; Sun, 28 Feb 2016 07:19:44 -0800 (PST) Received: from localhost.localdomain ([101.127.161.160]) by smtp.gmail.com with ESMTPSA id 70sm31902824pfs.78.2016.02.28.07.19.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 28 Feb 2016 07:19:43 -0800 (PST) From: Vishnu Patekar To: robh+dt@kernel.org, corbet@lwn.net, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, maxime.ripard@free-electrons.com, linux@arm.linux.org.uk, emilio@elopez.com.ar Subject: [PATCH v2 06/13] ARM: dts: sun8i-a83t: Add mmc controller nodes Date: Sun, 28 Feb 2016 23:18:51 +0800 Message-Id: <1456672738-4993-7-git-send-email-vishnupatekar0510@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1456672738-4993-1-git-send-email-vishnupatekar0510@gmail.com> References: <1456672738-4993-1-git-send-email-vishnupatekar0510@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160228_072005_132158_C685723B X-CRM114-Status: UNSURE ( 9.01 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.5 (--) 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: devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, patchesrdh@mveas.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, hdegoede@redhat.com, wens@csie.org, mturquette@baylibre.com, jenskuske@gmail.com, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP A83T mmc is compatible with earliers sunxi socs. This adds mmc0, mmc1, and mmc2 controller nodes for A83T. Signed-off-by: Vishnu Patekar --- arch/arm/boot/dts/sun8i-a83t.dtsi | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index d2a9435..dfb510e 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -275,6 +275,63 @@ #size-cells = <1>; ranges; + mmc0: mmc@01c0f000 { + compatible = "allwinner,sun5i-a13-mmc"; + reg = <0x01c0f000 0x1000>; + clocks = <&bus_gates 8>, + <&mmc0_clk 0>, + <&mmc0_clk 1>, + <&mmc0_clk 2>; + clock-names = "ahb", + "mmc", + "output", + "sample"; + resets = <&ahb_reset 8>; + reset-names = "ahb"; + interrupts = ; + status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + }; + + mmc1: mmc@01c10000 { + compatible = "allwinner,sun5i-a13-mmc"; + reg = <0x01c10000 0x1000>; + clocks = <&bus_gates 9>, + <&mmc1_clk 0>, + <&mmc1_clk 1>, + <&mmc1_clk 2>; + clock-names = "ahb", + "mmc", + "output", + "sample"; + resets = <&ahb_reset 9>; + reset-names = "ahb"; + interrupts = ; + status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + }; + + mmc2: mmc@01c11000 { + compatible = "allwinner,sun5i-a13-mmc"; + reg = <0x01c11000 0x1000>; + clocks = <&bus_gates 10>, + <&mmc2_clk 0>, + <&mmc2_clk 1>, + <&mmc2_clk 2>; + clock-names = "ahb", + "mmc", + "output", + "sample"; + resets = <&ahb_reset 10>; + reset-names = "ahb"; + interrupts = ; + status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + }; + pio: pinctrl@01c20800 { compatible = "allwinner,sun8i-a83t-pinctrl"; interrupts = ,