overlays: README: remove vestigial SDIO parameters
authorPhil Elwell <phil@raspberrypi.org>
Sat, 20 May 2017 21:10:14 +0000 (22:10 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:54:15 +0000 (15:54 +0100)
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/overlays/README

index 95600381448b0b485dbbbeb592ae1e82a8acec08..d5aebbe2d514c07c0fae72f80173c086cd19a83b 100644 (file)
@@ -1225,19 +1225,9 @@ Name:   sdio
 Info:   Selects the bcm2835-sdhost SD/MMC driver, optionally with overclock,
         and enables SDIO via GPIOs 22-27.
 Load:   dtoverlay=sdio,<param>=<val>
-Params: overclock_50            SD Clock (in MHz) to use when the MMC framework
-                                requests 50MHz
-
-        sdio_overclock          SDIO Clock (in MHz) to use when the MMC
+Params: sdio_overclock          SDIO Clock (in MHz) to use when the MMC
                                 framework requests 50MHz
 
-        force_pio               Disable DMA support (default off)
-
-        pio_limit               Number of blocks above which to use DMA
-                                (default 1)
-
-        debug                   Enable debug output (default off)
-
         poll_once               Disable SDIO-device polling every second
                                 (default on: polling once at boot-time)
 
@@ -1248,19 +1238,9 @@ Name:   sdio-1bit
 Info:   Selects the bcm2835-sdhost SD/MMC driver, optionally with overclock,
         and enables 1-bit SDIO via GPIOs 22-25.
 Load:   dtoverlay=sdio-1bit,<param>=<val>
-Params: overclock_50            SD Clock (in MHz) to use when the MMC framework
-                                requests 50MHz
-
-        sdio_overclock          SDIO Clock (in MHz) to use when the MMC
+Params: sdio_overclock          SDIO Clock (in MHz) to use when the MMC
                                 framework requests 50MHz
 
-        force_pio               Disable DMA support (default off)
-
-        pio_limit               Number of blocks above which to use DMA
-                                (default 1)
-
-        debug                   Enable debug output (default off)
-
         poll_once               Disable SDIO-device polling every second
                                 (default on: polling once at boot-time)