From patchwork Wed Sep 2 16:05:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11751131 X-Patchwork-Delegate: iwamatsu@nigauri.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F30131744 for ; Wed, 2 Sep 2020 16:06:43 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 97CED208C7 for ; Wed, 2 Sep 2020 16:06:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="HuhBBskx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 97CED208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5373+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id zHKxYY4521763xv6CxkC7F9v; Wed, 02 Sep 2020 09:06:42 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web11.11147.1599062725125566061 for ; Wed, 02 Sep 2020 09:05:26 -0700 X-IronPort-AV: E=Sophos;i="5.76,383,1592838000"; d="scan'208";a="55980483" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 03 Sep 2020 01:05:26 +0900 X-Received: from localhost.localdomain (unknown [172.29.51.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id DE3CF40062CD; Thu, 3 Sep 2020 01:05:24 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.4.y-cip 3/5] ARM: dts: r8a7742: Add MMC0 node Date: Wed, 2 Sep 2020 17:05:08 +0100 Message-Id: <20200902160517.5181-4-biju.das.jz@bp.renesas.com> In-Reply-To: <20200902160517.5181-1-biju.das.jz@bp.renesas.com> References: <20200902160517.5181-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: W4fR0KDtNInUaLDnfbqSsN8Rx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599062802; bh=w16WwpbUPROCofoNKP+0YDtdpMn0+s9YHXukC645eiA=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=HuhBBskxKat9De+DAXdI81k/xGrNqttOSH9vIKU1EupwaxdqlveVFHPKbP2cDPjjpOm uprPhrAOt5DFHF3Kgv8G/HuSY9Qyc569yrEMAw6F9pV4Tk1RSPIXlS6x9gTHa+zw8bisM ibgwiBVa2EiOOImtwf9TscwGtRLh3QWXk5I= From: Lad Prabhakar commit 9493c8c34cb4b683917a0d2e82cc5df859b1e5a4 upstream. Describe MMC0 device node in the R8A7742 device tree. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Wolfram Sang Link: https://lore.kernel.org/r/1589555337-5498-8-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven [biju: changed clocks and power-domains properties, removed resets property] Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7742.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/r8a7742.dtsi b/arch/arm/boot/dts/r8a7742.dtsi index 70dcd59b36ca..f4d571b4a4db 100644 --- a/arch/arm/boot/dts/r8a7742.dtsi +++ b/arch/arm/boot/dts/r8a7742.dtsi @@ -1011,6 +1011,21 @@ status = "disabled"; }; + mmcif0: mmc@ee200000 { + compatible = "renesas,mmcif-r8a7742", + "renesas,sh-mmcif"; + reg = <0 0xee200000 0 0x80>; + interrupts = ; + clocks = <&mstp3_clks R8A7742_CLK_MMCIF0>; + dmas = <&dmac0 0xd1>, <&dmac0 0xd2>, + <&dmac1 0xd1>, <&dmac1 0xd2>; + dma-names = "tx", "rx", "tx", "rx"; + power-domains = <&cpg_clocks>; + reg-io-width = <4>; + status = "disabled"; + max-frequency = <97500000>; + }; + mmcif1: mmc@ee220000 { compatible = "renesas,mmcif-r8a7742", "renesas,sh-mmcif";