Skip to content

Commit

Permalink
spi: dt-binding: add coreqspi as a fallback for mpfs-qspi
Browse files Browse the repository at this point in the history
Microchip's PolarFire SoC QSPI IP core is based on coreQSPI,
so add coreqspi as a fallback to mpfs-qspi.

Signed-off-by: Naga Sureshkumar Relli <nagasuresh.relli@microchip.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220808064603.1174906-3-nagasuresh.relli@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Naga Sureshkumar Relli authored and Mark Brown committed Aug 15, 2022
1 parent a5890c1 commit 2ba464e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ allOf:

properties:
compatible:
enum:
- microchip,mpfs-spi
- microchip,mpfs-qspi
- microchip,coreqspi-rtl-v2 # FPGA QSPI
oneOf:
- items:
- const: microchip,mpfs-qspi
- const: microchip,coreqspi-rtl-v2
- const: microchip,coreqspi-rtl-v2 #FPGA QSPI
- const: microchip,mpfs-spi

reg:
maxItems: 1
Expand Down

0 comments on commit 2ba464e

Please sign in to comment.