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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a7f035c commit 2dbe74c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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)