Message ID | 20210924073441.7835-1-tony@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: sdhci-omap: Document ti,non-removable property as deprecated | expand |
On Fri, 24 Sept 2021 at 09:34, Tony Lindgren <tony@atomide.com> 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 <ulf.hansson@linaro.org> > 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
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";
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> --- Documentation/devicetree/bindings/mmc/sdhci-omap.txt | 3 +++ 1 file changed, 3 insertions(+)