diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-09-20 12:51:51 -0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-09 08:57:23 +0000 |
commit | b2596d70351370530d3fce16f3b6e6f1cd4dbdf0 (patch) | |
tree | 24aba4c792b3b4066dba0417e37e63f309e544c0 /Documentation/devicetree/bindings/mfd/mc13xxx.txt | |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/mc13xxx.txt')
-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: Examples: ecspi@70010000 { /* ECSPI1 */ - fsl,spi-num-chipselects = <2>; cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ <&gpio4 25 0>; /* GPIO4_25 */ |