Skip to content

Commit 5310a77

Browse files
tmlindstorulf
authored andcommitted
dt-bindings: sdhci-omap: Update binding for legacy SoCs
Let's add compatible values for the legacy SoCs so we can continue deprecating omap_hsmmc in favor of sdhci-omap driver. For omap5, we want to have a separate compatible from omap4 for the additional features available on omap5. AFAIK ti81 can just use the omap4 compatible. Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Link: https://lore.kernel.org/r/20211015104720.52240-2-tony@atomide.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 31b758f commit 5310a77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/mmc/sdhci-omap.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Refer to mmc.txt for standard MMC bindings.
55
For UHS devices which require tuning, the device tree should have a "cpu_thermal" node which maps to the appropriate thermal zone. This is used to get the temperature of the zone during tuning.
66

77
Required properties:
8-
- compatible: Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers
8+
- compatible: Should be "ti,omap2430-sdhci" for omap2430 controllers
9+
Should be "ti,omap3-sdhci" for omap3 controllers
10+
Should be "ti,omap4-sdhci" for omap4 and ti81 controllers
11+
Should be "ti,omap5-sdhci" for omap5 controllers
12+
Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers
913
Should be "ti,k2g-sdhci" for K2G
1014
Should be "ti,am335-sdhci" for am335x controllers
1115
Should be "ti,am437-sdhci" for am437x controllers

0 commit comments

Comments
 (0)