diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2020-03-05 14:55:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-05 17:36:25 +0300 |
commit | 29d2daf2c33ce9b1038f3fcd55e16a788c00fc86 (patch) | |
tree | 3385c9dd66e654c96f62c067c2a35133993e5152 /Documentation/devicetree/bindings/spi | |
parent | c7a1a20e36faed2a298dd2965ab91c31dfc43f73 (diff) | |
download | linux-29d2daf2c33ce9b1038f3fcd55e16a788c00fc86.tar.xz |
spi: spi-fsl-dspi: Make bus-num property optional
The SPI bus number is completely optional to Linux, so make the
corresponding device tree property optional as well.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://lore.kernel.org/r/20200305115546.31814-1-s.hauer@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt index 99b94cfe1623..30a79da9c039 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt @@ -19,11 +19,11 @@ Required properties: - pinctrl-0: pin control group to be used for this controller. - pinctrl-names: must contain a "default" entry. - spi-num-chipselects : the number of the chipselect signals. -- bus-num : the slave chip chipselect signal number. Optional property: - big-endian: If present the dspi device's registers are implemented in big endian mode. +- bus-num : the slave chip chipselect signal number. Optional SPI slave node properties: - fsl,spi-cs-sck-delay: a delay in nanoseconds between activating chip |