mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-28 06:44:36 -05:00
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) <robh@kernel.org> Signed-off-by: Kaushal Kumar <quic_kaushalk@quicinc.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
committed by
Miquel Raynal
parent
00b102d9e3
commit
2cf4bc06f7
@@ -11,12 +11,18 @@ maintainers:
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,ipq806x-nand
|
||||
- qcom,ipq4019-nand
|
||||
- qcom,ipq6018-nand
|
||||
- qcom,ipq8074-nand
|
||||
- qcom,sdx55-nand
|
||||
oneOf:
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,sdx75-nand
|
||||
- const: qcom,sdx55-nand
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,ipq806x-nand
|
||||
- qcom,ipq4019-nand
|
||||
- qcom,ipq6018-nand
|
||||
- qcom,ipq8074-nand
|
||||
- qcom,sdx55-nand
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
@@ -95,6 +101,18 @@ allOf:
|
||||
items:
|
||||
- const: rxtx
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- qcom,sdx75-nand
|
||||
|
||||
then:
|
||||
properties:
|
||||
iommus:
|
||||
maxItems: 1
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
|
||||
Reference in New Issue
Block a user