Skip to content

Commit 2dbe74c

Browse files
georgemoussalembroonie
authored andcommitted
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: George Moussalem <george.moussalem@outlook.com> Link: https://patch.msgid.link/20250501-ipq5018-spi-qpic-snand-v1-1-31e01fbb606f@outlook.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a7f035c commit 2dbe74c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Documentation/devicetree/bindings/spi/qcom,spi-qpic-snand.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ allOf:
2121

2222
properties:
2323
compatible:
24-
enum:
25-
- qcom,ipq9574-snand
24+
oneOf:
25+
- items:
26+
- enum:
27+
- qcom,ipq5018-snand
28+
- const: qcom,ipq9574-snand
29+
- const: qcom,ipq9574-snand
2630

2731
reg:
2832
maxItems: 1

0 commit comments

Comments
 (0)