diff options
author | Krishna Yarlagadda <kyarlagadda@nvidia.com> | 2022-06-07 13:46:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-13 14:28:30 +0200 |
commit | e23917822d3cb1f5270ab0d327da713cda72f8f2 (patch) | |
tree | 2e67550ed018cbbe5c56de7771ac9413fb24b68c /Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml | |
parent | spi: tegra210-quad: Multi-cs support (diff) | |
download | linux-e23917822d3cb1f5270ab0d327da713cda72f8f2.tar.xz linux-e23917822d3cb1f5270ab0d327da713cda72f8f2.zip |
spi: dt-bindings: split peripheral prods
Move peripheral properties for Tegra QSPI controller to
nvidia,tegra210-quad-peripheral-props.yaml and add reference
to spi-peripheral-props.yaml file.
Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
Link: https://lore.kernel.org/r/20220607114659.54314-3-kyarlagadda@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml index 6ffb74352bef..9d63a58b46a0 100644 --- a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml +++ b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml @@ -117,5 +117,6 @@ properties: allOf: - $ref: cdns,qspi-nor-peripheral-props.yaml# - $ref: samsung,spi-peripheral-props.yaml# + - $ref: nvidia,tegra210-quad-peripheral-props.yaml# additionalProperties: true |