Commit 8db76cfa authored by Sai Krishna Potthuri's avatar Sai Krishna Potthuri Committed by Mark Brown

dt-bindings: spi: cadence-quadspi: Add support for Xilinx Versal OSPI

Add new compatible to support Cadence Octal SPI(OSPI) controller on
Xilinx Versal SoCs, also add power-domains property to the properties
list and marked as required for Xilinx Versal OSPI compatible.
Signed-off-by: default avatarSai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Link: https://lore.kernel.org/r/1632478031-12242-3-git-send-email-lakshmi.sai.krishna.potthuri@xilinx.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 74e78adc
...@@ -11,6 +11,14 @@ maintainers: ...@@ -11,6 +11,14 @@ maintainers:
allOf: allOf:
- $ref: spi-controller.yaml# - $ref: spi-controller.yaml#
- if:
properties:
compatible:
contains:
const: xlnx,versal-ospi-1.0
then:
required:
- power-domains
properties: properties:
compatible: compatible:
...@@ -20,6 +28,7 @@ properties: ...@@ -20,6 +28,7 @@ properties:
- ti,k2g-qspi - ti,k2g-qspi
- ti,am654-ospi - ti,am654-ospi
- intel,lgm-qspi - intel,lgm-qspi
- xlnx,versal-ospi-1.0
- const: cdns,qspi-nor - const: cdns,qspi-nor
- const: cdns,qspi-nor - const: cdns,qspi-nor
...@@ -65,6 +74,9 @@ properties: ...@@ -65,6 +74,9 @@ properties:
data rather than the QSPI clock. Make sure that QSPI return clock data rather than the QSPI clock. Make sure that QSPI return clock
is populated on the board before using this property. is populated on the board before using this property.
power-domains:
maxItems: 1
resets: resets:
maxItems: 2 maxItems: 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment