All of lore.kernel.org
 help / color / mirror / Atom feed
From: biju.das@bp.renesas.com (Biju Das)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 4.4.y-cip 02/10] mmc: renesas_sdhi: Add r8a7744 support
Date: Tue, 26 Nov 2019 16:20:23 +0000	[thread overview]
Message-ID: <1574785231-56219-3-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1574785231-56219-1-git-send-email-biju.das@bp.renesas.com>

Upstream commit uses generic compatible which is not present
in 4.4-cip kernel.

Add support for r8a7744 SoC.Renesas RZ/G1N (R8A7744) SDHI
is identical to the R-Car Gen2 family.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/mmc/host/sh_mobile_sdhi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c
index 05edac3..9f667bb 100644
--- a/drivers/mmc/host/sh_mobile_sdhi.c
+++ b/drivers/mmc/host/sh_mobile_sdhi.c
@@ -127,6 +127,7 @@ static const struct of_device_id sh_mobile_sdhi_of_match[] = {
 	{ .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, },
 	{ .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, },
 	{ .compatible = "renesas,sdhi-r8a7743", .data = &of_rcar_gen2_compatible, },
+	{ .compatible = "renesas,sdhi-r8a7744", .data = &of_rcar_gen2_compatible, },
 	{ .compatible = "renesas,sdhi-r8a7745", .data = &of_rcar_gen2_compatible, },
 	{ .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, },
 	{ .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, },
-- 
2.7.4

  parent reply	other threads:[~2019-11-26 16:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 16:20 [cip-dev] [PATCH 4.4.y-cip 00/10] Add SDHI/eMMC/USB2.0 support Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 01/10] dt-bindings: mmc: renesas_sdhi: Add r8a7744 support Biju Das
2019-11-26 16:20 ` Biju Das [this message]
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 03/10] ARM: dts: r8a7744: Add SDHI nodes Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 04/10] dt-bindings: mmc: sh_mmcif: Document r8a7744 DT bindings Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 05/10] ARM: dts: r8a7744: Add MMC node Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 06/10] ARM: dts: r8a7744-iwg20m: Add eMMC support Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 07/10] ARM: dts: r8a7744-iwg20m: Enable SDHI0 controller Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 08/10] dt-bindings: PCI: rcar: Add device tree support for r8a7744 Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 09/10] ARM: dts: r8a7744: USB 2.0 host support Biju Das
2019-11-26 16:20 ` [cip-dev] [PATCH 4.4.y-cip 10/10] ARM: dts: r8a7744: Add USB-DMAC and HSUSB device nodes Biju Das
2019-11-26 18:29 ` [cip-dev] [PATCH 4.4.y-cip 00/10] Add SDHI/eMMC/USB2.0 support Pavel Machek
2019-11-27 17:39 ` Pavel Machek

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=1574785231-56219-3-git-send-email-biju.das@bp.renesas.com \
    --to=biju.das@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    /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.