Unverified Commit 2dbe74c6 authored by George Moussalem's avatar George Moussalem Committed by Mark Brown
Browse files

spi: dt-bindings: spi-qpic-snand: Add IPQ5018 compatible



IPQ5018 contains the QPIC-SPI-NAND flash controller which is the same as
the one found in IPQ9574. So let's document the IPQ5018 compatible and
use IPQ9574 as the fallback.

Signed-off-by: default avatarGeorge Moussalem <george.moussalem@outlook.com>
Link: https://patch.msgid.link/20250501-ipq5018-spi-qpic-snand-v1-1-31e01fbb606f@outlook.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a7f035c2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -21,8 +21,12 @@ allOf:

properties:
  compatible:
    enum:
      - qcom,ipq9574-snand
    oneOf:
      - items:
          - enum:
              - qcom,ipq5018-snand
          - const: qcom,ipq9574-snand
      - const: qcom,ipq9574-snand

  reg:
    maxItems: 1