]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
spi: dt-bindings: spi-controller: Fix #address-cells for slave mode
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 6 Mar 2020 08:50:37 +0000 (09:50 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 13 Mar 2020 17:06:33 +0000 (17:06 +0000)
commita079ff858cc0831f5bbad205016bfd88bf992bb1
treea510a4692590428057f1cab6ce72a45188b83adb
parent7315608302f1ff76c873e6acbc4ac1b0ada02fe1
spi: dt-bindings: spi-controller: Fix #address-cells for slave mode

Currently, the DT bindings for an SPI controller specify that
"#address-cells" must be fixed to one.  However, that applies to an SPI
controller in master mode only.  When running in SPI slave mode,
"#address-cells" should not be specified.

Fix this making "#address-cells" mutually-exclusive with "spi-slave".

Fixes: 0a1b929356830257 ("spi: Add YAML schemas for the generic SPI options")
Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200306085038.8111-2-geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/spi-controller.yaml