
11 Jun
2023
11 Jun
'23
12:39 p.m.
On Fri, May 19, 2023 at 3:52 AM Fabio Estevam festevam@gmail.com wrote:
From: Fabio Estevam festevam@denx.de
According to Documentation/devicetree/bindings/spi/spi-gpio.yaml from Linux, the recommended spio-gpio properties are:
sck-gpios, miso-gpios and mosi-gpios.
gpio-sck, gpio-mosi and gpio-miso are considered deprecated.
Currently, U-Boot only supports the deprecated properties.
Allow the soft_spi driver to support both the new and old properties.
Signed-off-by: Fabio Estevam festevam@denx.de
Reviewed-by: Jagan Teki jagan@amarulasolutions.com
Applied to u-boot-spi/master