diff mbox series

[1/1] mmc: dt-bindings: omap: Remove duplicate documentation paragraphs

Message ID 20181228225052.4627-1-mike.maslenkin@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/1] mmc: dt-bindings: omap: Remove duplicate documentation paragraphs | expand

Commit Message

Mike Maslenkin Dec. 28, 2018, 10:50 p.m. UTC
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
---
 Documentation/devicetree/bindings/mmc/ti-omap.txt | 28 -----------------------
 1 file changed, 28 deletions(-)

Comments

Ulf Hansson Jan. 14, 2019, 11:44 a.m. UTC | #1
On Fri, 28 Dec 2018 at 23:51, Mike Maslenkin <mike.maslenkin@gmail.com> wrote:
>
> Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/ti-omap.txt | 28 -----------------------
>  1 file changed, 28 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/ti-omap.txt b/Documentation/devicetree/bindings/mmc/ti-omap.txt
> index 8de579969763..02fd31cf361d 100644
> --- a/Documentation/devicetree/bindings/mmc/ti-omap.txt
> +++ b/Documentation/devicetree/bindings/mmc/ti-omap.txt
> @@ -24,31 +24,3 @@ Examples:
>                 dmas = <&sdma 61 &sdma 62>;
>                 dma-names = "tx", "rx";
>         };
> -
> -* TI MMC host controller for OMAP1 and 2420
> -
> -The MMC Host Controller on TI OMAP1 and 2420 family provides
> -an interface for MMC, SD, and SDIO types of memory cards.
> -
> -This file documents differences between the core properties described
> -by mmc.txt and the properties used by the omap mmc driver.
> -
> -Note that this driver will not work with omap2430 or later omaps,
> -please see the omap hsmmc driver for the current omaps.
> -
> -Required properties:
> -- compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers
> -- ti,hwmods: For 2420, must be "msdi<n>", where n is controller
> -  instance starting 1
> -
> -Examples:
> -
> -       msdi1: mmc@4809c000 {
> -               compatible = "ti,omap2420-mmc";
> -               ti,hwmods = "msdi1";
> -               reg = <0x4809c000 0x80>;
> -               interrupts = <83>;
> -               dmas = <&sdma 61 &sdma 62>;
> -               dma-names = "tx", "rx";
> -       };
> -
> --
> 2.13.7
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mmc/ti-omap.txt b/Documentation/devicetree/bindings/mmc/ti-omap.txt
index 8de579969763..02fd31cf361d 100644
--- a/Documentation/devicetree/bindings/mmc/ti-omap.txt
+++ b/Documentation/devicetree/bindings/mmc/ti-omap.txt
@@ -24,31 +24,3 @@  Examples:
 		dmas = <&sdma 61 &sdma 62>;
 		dma-names = "tx", "rx";
 	};
-
-* TI MMC host controller for OMAP1 and 2420
-
-The MMC Host Controller on TI OMAP1 and 2420 family provides
-an interface for MMC, SD, and SDIO types of memory cards.
-
-This file documents differences between the core properties described
-by mmc.txt and the properties used by the omap mmc driver.
-
-Note that this driver will not work with omap2430 or later omaps,
-please see the omap hsmmc driver for the current omaps.
-
-Required properties:
-- compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers
-- ti,hwmods: For 2420, must be "msdi<n>", where n is controller
-  instance starting 1
-
-Examples:
-
-	msdi1: mmc@4809c000 {
-		compatible = "ti,omap2420-mmc";
-		ti,hwmods = "msdi1";
-		reg = <0x4809c000 0x80>;
-		interrupts = <83>;
-		dmas = <&sdma 61 &sdma 62>;
-		dma-names = "tx", "rx";
-	};
-