diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-09-20 11:51:51 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-09 03:57:23 -0500 |
commit | b2596d70351370530d3fce16f3b6e6f1cd4dbdf0 (patch) | |
tree | 24aba4c792b3b4066dba0417e37e63f309e544c0 | |
parent | 9a43206bffe83459d9a609105aa4c379a9b6f6d4 (diff) |
dt-bindings: mfd: mc13xxx: Remove obsolete property
The 'fsl,spi-num-chipselects' property is obsolete according to
Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt, so remove
it from the example.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mc13xxx.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mc13xxx.txt b/Documentation/devicetree/bindings/mfd/mc13xxx.txt index 39ba4146769d..ac235fe385fc 100644 --- a/Documentation/devicetree/bindings/mfd/mc13xxx.txt +++ b/Documentation/devicetree/bindings/mfd/mc13xxx.txt | |||
@@ -113,7 +113,6 @@ MC13892 regulators: | |||
113 | Examples: | 113 | Examples: |
114 | 114 | ||
115 | ecspi@70010000 { /* ECSPI1 */ | 115 | ecspi@70010000 { /* ECSPI1 */ |
116 | fsl,spi-num-chipselects = <2>; | ||
117 | cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ | 116 | cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ |
118 | <&gpio4 25 0>; /* GPIO4_25 */ | 117 | <&gpio4 25 0>; /* GPIO4_25 */ |
119 | 118 | ||