From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brandt Subject: [PATCH v2 2/3] mmc: sh_mmcif: Document r7s72100 DT bindings Date: Tue, 20 Sep 2016 11:46:19 -0400 Message-ID: <20160920154620.18653-3-chris.brandt@renesas.com> References: <20160920154620.18653-1-chris.brandt@renesas.com> Return-path: In-Reply-To: <20160920154620.18653-1-chris.brandt@renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Geert Uytterhoeven , Simon Horman , Magnus Damm , Rob Herring , Mark Rutland Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Brandt List-Id: devicetree@vger.kernel.org Signed-off-by: Chris Brandt --- v2: * added interrupt description --- Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt index ff611fa..1443edb 100644 --- a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt +++ b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt @@ -8,12 +8,16 @@ Required properties: - compatible: should be "renesas,mmcif-", "renesas,sh-mmcif" as a fallback. Examples with are: + - "renesas,mmcif-r7s72100" for the MMCIF found in r7s72100 SoCs - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs - "renesas,mmcif-r8a7793" for the MMCIF found in r8a7793 SoCs - "renesas,mmcif-r8a7794" for the MMCIF found in r8a7794 SoCs +- interrupts: either 1 shared interrupt, 2 separate interrupts (error and int), + or 3 separate interrupts (error, int, card detect) + - clocks: reference to the functional clock - dmas: reference to the DMA channels, one per channel name listed in the -- 2.9.2