diff options
author | Rajesh Patil <[email protected]> | 2021-09-27 12:18:55 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-09-27 13:02:46 +0100 |
commit | eca17cbabd0cd52d32949b5ae27a4b3344e87781 (patch) | |
tree | 1a594c9ae451da74bc6efbbeb00c4dd4a30a4964 | |
parent | 5b71cbf08a1e0508d1f0f63ac417ad836d801e1a (diff) |
spi: Add sc7280 support
Add compatible for sc7280 SoC.
Signed-off-by: Rajesh Patil <[email protected]>
Reviewed-by: Doug Anderson <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml index ef5698f426b2..09aa955b5858 100644 --- a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml +++ b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml @@ -21,7 +21,10 @@ allOf: properties: compatible: items: - - const: qcom,sdm845-qspi + - enum: + - qcom,sc7280-qspi + - qcom,sdm845-qspi + - const: qcom,qspi-v1 reg: |