On Mon, Feb 12, 2018 at 01:45:32PM +0100, Linus Walleij wrote:
After we augmented the core to handle "gpio-sck"/"sck-gpios",
"gpio-mosi"/"mosi-gpios", "gpio-miso"/"miso-gpios" alike,
deprecate the old binding and put the strict modern and
recommended binding practice into place as the default for
GPIO-based SPI.
This reflects the similar change in I2C:
commit 7d29f509d2cf
("dt-bindings: i2c: i2c-gpio: Add support for named gpios")
Cc: devicetree@vger.kernel.org
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <redacted>
---
Documentation/devicetree/bindings/spi/spi-gpio.txt | 24 ++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>