
11 Feb
2020
11 Feb
'20
6:14 p.m.
On Mon, 10 Feb 2020 at 23:05, Sean Anderson seanga2@gmail.com wrote:
Some devices have different layouts for the fields in CTRL1 (e.g. the Kendryte K210). Allow this layout to be configurable from the device tree. The documentation has been taken from Linux.
Signed-off-by: Sean Anderson seanga2@gmail.com
Changes in v4:
- New
.../spi/snps,dw-apb-ssi.txt | 43 +++++++++++++++++++ drivers/spi/designware_spi.c | 40 ++++++++++------- 2 files changed, 68 insertions(+), 15 deletions(-) create mode 100644 doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt
Reviewed-by: Simon Glass sjg@chromium.org