All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-renesas-soc@vger.kernel.org, horms@verge.net.au,
	wsa@the-dreams.de, geert@linux-m68k.org
Cc: magnus.damm@gmail.com, linux-mmc@vger.kernel.org,
	Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH 2/4] arm64: dts: r8a77995: Add SDHI (MMC) support
Date: Wed, 15 Nov 2017 16:25:47 +0100	[thread overview]
Message-ID: <1510759549-30404-3-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1510759549-30404-1-git-send-email-ulrich.hecht+renesas@gmail.com>

R-Car D3 has only one SDHI controller.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 arch/arm64/boot/dts/renesas/r8a77995.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
index b3113003..89cb32e 100644
--- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
@@ -504,6 +504,18 @@
 			status = "disabled";
 		};
 
+		sdhi2: sd@ee140000 {
+			compatible = "renesas,sdhi-r8a77995",
+				     "renesas,rcar-gen3-sdhi";
+			reg = <0 0xee140000 0 0x2000>;
+			interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 312>;
+			max-frequency = <200000000>;
+			power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
+			resets = <&cpg 312>;
+			status = "disabled";
+		};
+
 		ehci0: usb@ee080100 {
 			compatible = "generic-ehci";
 			reg = <0 0xee080100 0 0x100>;
-- 
2.7.4

  parent reply	other threads:[~2017-11-15 15:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-15 15:25 [PATCH 0/4] R-Car D3 (r8a77995) SDHI (eMMC) integration Ulrich Hecht
2017-11-15 15:25 ` [PATCH 1/4] mmc: renesas_sdhi: enable R-Car D3 (r8a77995) support Ulrich Hecht
2017-11-16  9:37   ` Geert Uytterhoeven
2017-11-15 15:25 ` Ulrich Hecht [this message]
2017-11-16  9:40   ` [PATCH 2/4] arm64: dts: r8a77995: Add SDHI (MMC) support Geert Uytterhoeven
2017-11-17 14:33     ` Simon Horman
2017-11-15 15:25 ` [PATCH 3/4] arm64: dts: r8a77995: draak: enable SDHI2 Ulrich Hecht
2017-11-16  9:43   ` Geert Uytterhoeven
2017-11-17 14:35     ` Simon Horman
2017-11-17 19:08       ` Marek Vasut
2017-11-20  9:43         ` Simon Horman
2017-11-20 20:07           ` Marek Vasut
2017-11-28  8:38             ` Simon Horman
2017-11-15 15:25 ` [PATCH 4/4] dt-bindings: mmc: renesas_sdhi: Add r8a77995 support Ulrich Hecht
2017-11-16  9:33   ` Geert Uytterhoeven
2017-11-17 14:34     ` Simon Horman
2017-11-27  9:57   ` Ulf Hansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510759549-30404-3-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.