dt-bindings: memory: snps,ddrc-3.80a compatible also need interrupts
For the snps,ddrc-3.80a compatible, the interrupts property is also
required, also order the compatibles by name (s goes before x).
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Fixes: a9e6b3819b
("dt-bindings: memory: Add entry for version 3.80a")
Link: https://lore.kernel.org/r/20220321075131.17811-2-sherry.sun@nxp.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
6f296a9665
commit
4f9f45d0eb
|
@ -24,9 +24,9 @@ description: |
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- snps,ddrc-3.80a
|
||||||
- xlnx,zynq-ddrc-a05
|
- xlnx,zynq-ddrc-a05
|
||||||
- xlnx,zynqmp-ddrc-2.40a
|
- xlnx,zynqmp-ddrc-2.40a
|
||||||
- snps,ddrc-3.80a
|
|
||||||
|
|
||||||
interrupts:
|
interrupts:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
@ -43,7 +43,9 @@ allOf:
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
contains:
|
contains:
|
||||||
const: xlnx,zynqmp-ddrc-2.40a
|
enum:
|
||||||
|
- snps,ddrc-3.80a
|
||||||
|
- xlnx,zynqmp-ddrc-2.40a
|
||||||
then:
|
then:
|
||||||
required:
|
required:
|
||||||
- interrupts
|
- interrupts
|
||||||
|
|
Loading…
Reference in New Issue