@@ -13,8 +13,13 @@ Optional properties:
- toshiba,mmc-wrprotect-disable: write-protect detection is unavailable
When used with Renesas SDHI hardware, the following compatibility strings
-configure various model-specific properties:
+configure properties, specific to the respective SoC model:
-"renesas,sh7372-sdhi": (default) compatible with SH7372
-"renesas,r8a7740-sdhi": compatible with R8A7740: certain MMC/SD commands have to
- wait for the interface to become idle.
+"renesas,shmobile-sdhi": generic SDHI block
+"renesas,sh7372-sdhi": SDHI block, used on SH7372 (SH-Mobile AP4)
+"renesas,sh73a0-sdhi": SDHI block, used on SH73A0 (SH-Mobile AG5)
+"renesas,r8a73a4-sdhi": SDHI block, used on R8A73A4 (R-Mobile APE6)
+"renesas,r8a7740-sdhi": SDHI block, used on R8A7740 (R-Mobile A1)
+"renesas,r8a7778-sdhi": SDHI block, used on R8A7778 (R-Car M1A)
+"renesas,r8a7779-sdhi": SDHI block, used on R8A7779 (R-Car H1)
+"renesas,r8a7790-sdhi": SDHI block, used on R8A7790 (R-Car H2)
The SDHI mmc-tmio implementation has been updated to cover additional SoC types. This patch documents the changes. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> --- Now, that the patch "mmc: SDHI: add DT compatibility strings for further SoCs" has been approved, it shall be accompanied by this documentation update. Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-)