From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DCEEC43603 for ; Thu, 5 Dec 2019 13:43:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4351B2464E for ; Thu, 5 Dec 2019 13:43:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729530AbfLENny (ORCPT ); Thu, 5 Dec 2019 08:43:54 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:33640 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729187AbfLENny (ORCPT ); Thu, 5 Dec 2019 08:43:54 -0500 Received: from ramsan ([84.195.182.253]) by baptiste.telenet-ops.be with bizsmtp id aDjs210065USYZQ01Djs1F; Thu, 05 Dec 2019 14:43:52 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1icrQ8-0002BI-09; Thu, 05 Dec 2019 14:43:52 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1icrQ7-0001gI-UO; Thu, 05 Dec 2019 14:43:51 +0100 From: Geert Uytterhoeven To: Rob Herring , Mark Rutland Cc: Ulf Hansson , Wolfram Sang , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 2/2] mmc: renesas_sdhi_internal_dmac: Add r8a77961 support Date: Thu, 5 Dec 2019 14:43:49 +0100 Message-Id: <20191205134349.6410-3-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191205134349.6410-1-geert+renesas@glider.be> References: <20191205134349.6410-1-geert+renesas@glider.be> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the R-Car M3-W+ (R8A77961) SoC to the whitelist of supported devices. Signed-off-by: Geert Uytterhoeven --- Not needed if "[PATCH] mmc: renesas_sdhi: remove whitelist for internal DMAC"[1] makes it in first. [1] https://lore.kernel.org/linux-mmc/20191203194859.917-1-wsa@the-dreams.de/ --- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c index 18839a10594c6e23..d5a878eff9607c64 100644 --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c @@ -313,6 +313,7 @@ static const struct soc_device_attribute soc_whitelist[] = { { .soc_id = "r8a77470" }, { .soc_id = "r8a7795" }, { .soc_id = "r8a7796" }, + { .soc_id = "r8a77961" }, { .soc_id = "r8a77965" }, { .soc_id = "r8a77970" }, { .soc_id = "r8a77980" }, -- 2.17.1