On Tue, Nov 09, 2021 at 11:49:10PM +0530, Pratyush Yadav wrote:
The spi-peripheral-props.yaml schema contains peripheral-specific
properties for SPI controllers that should be present in the peripheral
node. Move peripheral-specific properties to a separate file and refer
to it in spi-peripheral-props.yaml.
Signed-off-by: Pratyush Yadav <redacted>
---
Changes in v3:
- s/slave/peripheral/g
Changes in v2:
- New in v2.
.../spi/cdns,qspi-nor-peripheral-props.yaml | 42 +++++++++++++++++++
.../bindings/spi/cdns,qspi-nor.yaml | 33 ---------------
.../bindings/spi/spi-peripheral-props.yaml | 2 +
3 files changed, 44 insertions(+), 33 deletions(-)
create mode 100644 Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
Reviewed-by: Rob Herring <robh@kernel.org>