commit | f4e7a48bc661f3b24c8e1958c22dc458f3e67a94 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Thu May 18 19:22:41 2023 -0300 |
committer | Jagan Teki <jagan@edgeble.ai> | Thu Jul 13 13:59:58 2023 +0530 |
tree | be641fab1b012ac17a0fa7015c4b47c556cd8be3 | |
parent | 51a7d41ba490b70a62aafef4b83fbda068a99530 [diff] |
doc: bindings: soft-spi: Remove the usage of deprecated properties 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. Update the bindings to suggest the recommeded properties. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>