Re: [PATCH] dt-bindings: sdhci-omap: Document ti,non-removable property as deprecated
From: Ulf Hansson <hidden>
Date: 2021-09-27 22:32:26
Also in:
linux-mmc, linux-omap
From: Ulf Hansson <hidden>
Date: 2021-09-27 22:32:26
Also in:
linux-mmc, linux-omap
On Fri, 24 Sept 2021 at 09:34, Tony Lindgren [off-list ref] wrote:
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 <redacted> Signed-off-by: Tony Lindgren <tony@atomide.com>
Applied for next, thanks! Kind regards Uffe
--- 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 --- a/Documentation/devicetree/bindings/mmc/sdhci-omap.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt@@ -28,6 +28,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.33.0