Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: dt-bindings: omap: Remove duplicate documentation paragraphs

Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Mike Maslenkin and committed by
Ulf Hansson
204d94e6 1e20186e

-28
-28
Documentation/devicetree/bindings/mmc/ti-omap.txt
··· 24 24 dmas = <&sdma 61 &sdma 62>; 25 25 dma-names = "tx", "rx"; 26 26 }; 27 - 28 - * TI MMC host controller for OMAP1 and 2420 29 - 30 - The MMC Host Controller on TI OMAP1 and 2420 family provides 31 - an interface for MMC, SD, and SDIO types of memory cards. 32 - 33 - This file documents differences between the core properties described 34 - by mmc.txt and the properties used by the omap mmc driver. 35 - 36 - Note that this driver will not work with omap2430 or later omaps, 37 - please see the omap hsmmc driver for the current omaps. 38 - 39 - Required properties: 40 - - compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers 41 - - ti,hwmods: For 2420, must be "msdi<n>", where n is controller 42 - instance starting 1 43 - 44 - Examples: 45 - 46 - msdi1: mmc@4809c000 { 47 - compatible = "ti,omap2420-mmc"; 48 - ti,hwmods = "msdi1"; 49 - reg = <0x4809c000 0x80>; 50 - interrupts = <83>; 51 - dmas = <&sdma 61 &sdma 62>; 52 - dma-names = "tx", "rx"; 53 - }; 54 -