diff options
author | Tony Lindgren <tony@atomide.com> | 2021-09-24 10:34:41 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2021-10-12 11:21:19 +0300 |
commit | 879e13572485b145580aabd2055a5d7bc6fb9486 (patch) | |
tree | 4ed62513f8ec94c63dd0f13c42e3fb15d884a4df /Documentation/devicetree/bindings/mmc/sdhci-omap.txt | |
parent | 9c6bb8c6a1a48608692f3c8c21be13b759ec9056 (diff) | |
download | linux-879e13572485b145580aabd2055a5d7bc6fb9486.tar.xz |
dt-bindings: sdhci-omap: Document ti,non-removable property as deprecated
Nowadays the standard non-removable property should be used, but we
still need to parse the ti,non-removable too. Let's document it as a
deprecated property.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Suggested-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20210924073441.7835-1-tony@atomide.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/sdhci-omap.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-omap.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-omap.txt b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt index aeb615ef672a..f50cc4450765 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-omap.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt @@ -24,6 +24,9 @@ Optional properties: DMA specifiers listed in dmas. The string naming is to be "tx" and "rx" for TX and RX DMA requests, respectively. +Deprecated properties: +- ti,non-removable: Compatible with the generic non-removable property + Example: mmc1: mmc@4809c000 { compatible = "ti,dra7-sdhci"; |