From 879e13572485b145580aabd2055a5d7bc6fb9486 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Fri, 24 Sep 2021 10:34:41 +0300 Subject: [PATCH] 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 Cc: devicetree@vger.kernel.org Suggested-by: Ulf Hansson Signed-off-by: Tony Lindgren Link: https://lore.kernel.org/r/20210924073441.7835-1-tony@atomide.com Signed-off-by: Ulf Hansson --- Documentation/devicetree/bindings/mmc/sdhci-omap.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-omap.txt b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt index aeb615e..f50cc44 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"; -- 2.7.4