summaryrefslogtreecommitdiffstats
path: root/doc/device-tree-bindings/spi/soft-spi.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc: bindings: soft-spi: update documentation to match the codeMiquel Raynal2018-01-101-10/+14
| | | | | | | | | | | Linux bindings have been introduced in the code (removing the U-Boot specific ones) without documentation update. Compatible string has changed, as well as the four GPIO properties. Reflect this by updating the soft-spi.txt documentation. Fixes: 102412c415 ("dm: spi: soft_spi: switch to use linux compatible string") Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
* dm: spi: Add soft_spi implementationSimon Glass2014-10-221-0/+34
Add a new implementation of soft_spi that uses device tree to specify the GPIOs. This will replace soft_spi_legacy for boards which use driver model. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>