Skip to content

Commit 2cf4bc0

Browse files
kaushalk-quicmiquelraynal
authored andcommitted
dt-bindings: mtd: qcom,nandc: Document the SDX75 NAND controller
Add new compatible for the QPIC NAND controller v2.1.1 used for SDX75 SoC. SDX75 NAND controller has iommu support so define it in the properties section. Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent 00b102d commit 2cf4bc0

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

Documentation/devicetree/bindings/mtd/qcom,nandc.yaml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
enum:
15-
- qcom,ipq806x-nand
16-
- qcom,ipq4019-nand
17-
- qcom,ipq6018-nand
18-
- qcom,ipq8074-nand
19-
- qcom,sdx55-nand
14+
oneOf:
15+
- items:
16+
- enum:
17+
- qcom,sdx75-nand
18+
- const: qcom,sdx55-nand
19+
- items:
20+
- enum:
21+
- qcom,ipq806x-nand
22+
- qcom,ipq4019-nand
23+
- qcom,ipq6018-nand
24+
- qcom,ipq8074-nand
25+
- qcom,sdx55-nand
2026

2127
reg:
2228
maxItems: 1
@@ -95,6 +101,18 @@ allOf:
95101
items:
96102
- const: rxtx
97103

104+
- if:
105+
properties:
106+
compatible:
107+
contains:
108+
enum:
109+
- qcom,sdx75-nand
110+
111+
then:
112+
properties:
113+
iommus:
114+
maxItems: 1
115+
98116
- if:
99117
properties:
100118
compatible:

0 commit comments

Comments
 (0)