diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-18 11:31:38 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-07-27 17:11:39 +0300 |
commit | 3f5b4b79d4c0fa71fd7d74c2a44bbc0869c04c9b (patch) | |
tree | 8f8b1b2b028d13add459c1be3899e6129b2d9405 /Documentation/devicetree/bindings/mmc/img-dw-mshc.txt | |
parent | 16f5df8b5d71ef2eaeac067806de7ebd6df3f2d0 (diff) | |
download | linux-3f5b4b79d4c0fa71fd7d74c2a44bbc0869c04c9b.tar.xz |
Documentation: dw-mshc: deprecate num-slots
dwmmc host driver already deprecate it in the driver
but didn't modify the documentation to reflect the fact.
This patch deprecates it and clean up num-slots from the
examples of all variant host drivers.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Fixes: d30a8f7bdf64 ("mmc: dw_mmc: deprecated the "num-slots" property")
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/img-dw-mshc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/img-dw-mshc.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/img-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/img-dw-mshc.txt index 85de99fcaa2f..c54e577eea07 100644 --- a/Documentation/devicetree/bindings/mmc/img-dw-mshc.txt +++ b/Documentation/devicetree/bindings/mmc/img-dw-mshc.txt @@ -24,6 +24,5 @@ Example: fifo-depth = <0x20>; bus-width = <4>; - num-slots = <1>; disable-wp; }; |