Skip to content

Commit 4166b30

Browse files
thierryredingstorulf
authored andcommitted
dt-bindings: mmc: tegra: Reformat compatible string list
The list of compatible strings is somewhat difficult to read and extend. Reformat it into a list to make it more easily extensible. While at it, also remove the "plus one of the above" clause because it isn't actually valid. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 9449659 commit 4166b30

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ This file documents differences between the core properties described
77
by mmc.txt and the properties used by the sdhci-tegra driver.
88

99
Required properties:
10-
- compatible : For Tegra20, must contain "nvidia,tegra20-sdhci".
11-
For Tegra30, must contain "nvidia,tegra30-sdhci". For Tegra114,
12-
must contain "nvidia,tegra114-sdhci". For Tegra124, must contain
13-
"nvidia,tegra124-sdhci". Otherwise, must contain "nvidia,<chip>-sdhci",
14-
plus one of the above, where <chip> is tegra132 or tegra210.
10+
- compatible : should be one of:
11+
- "nvidia,tegra20-sdhci": for Tegra20
12+
- "nvidia,tegra30-sdhci": for Tegra30
13+
- "nvidia,tegra114-sdhci": for Tegra114
14+
- "nvidia,tegra124-sdhci": for Tegra124 and Tegra132
15+
- "nvidia,tegra210-sdhci": for Tegra210
1516
- clocks : Must contain one entry, for the module clock.
1617
See ../clocks/clock-bindings.txt for details.
1718
- resets : Must contain an entry for each entry in reset-names.

0 commit comments

Comments
 (0)