Add multiple chip select lines supported on Tegra 241 Changes in v3: Handle review comments. Move controller's properties to "nvidia,tegra210-quad.yaml". Fix style errors in peripheral yaml doc. Changes in v2: Split Wait polling changes to be handled later Change chip name to convention followed (Grace to 241) Add tegra qspi peripherals yaml file Krishna Yarlagadda (3): spi: tegra210-quad: Multi-cs support spi: dt-bindings: split peripheral prods spi: dt-bindings: Add compatible for Tegra241 QSPI ...nvidia,tegra210-quad-peripheral-props.yaml | 33 +++++++++++++++++++ .../bindings/spi/nvidia,tegra210-quad.yaml | 22 +------------ .../bindings/spi/spi-peripheral-props.yaml | 1 + drivers/spi/spi-tegra210-quad.c | 33 +++++++++++++++++-- 4 files changed, 66 insertions(+), 23 deletions(-) create mode 100644 Documentation/devicetree/bindings/spi/nvidia,tegra210-quad-peripheral-props.yaml -- 2.17.1