[PATCH 09/18] dt-bindings: irqchip: loongson: include generic schema

From: Krzysztof Kozlowski
Date: Thu Mar 17 2022 - 07:58:02 EST


Include generic interrupt-controller.yaml and msi-controller.yaml
schema, which enforces node naming and other generic properties.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
---
.../bindings/interrupt-controller/loongson,htvec.yaml | 5 ++++-
.../bindings/interrupt-controller/loongson,pch-msi.yaml | 5 ++++-
.../bindings/interrupt-controller/loongson,pch-pic.yaml | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml b/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml
index 87a74558204f..d58cbc852b09 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml
@@ -13,6 +13,9 @@ description:
This interrupt controller is found in the Loongson-3 family of chips for
receiving vectorized interrupts from PCH's interrupt controller.

+allOf:
+ - $ref: /schemas/interrupt-controller.yaml#
+
properties:
compatible:
const: loongson,htvec-1.0
@@ -37,7 +40,7 @@ required:
- interrupt-controller
- '#interrupt-cells'

-additionalProperties: false
+unevaluatedProperties: false

examples:
- |
diff --git a/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml b/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml
index 1f6fd73d4624..9b6d69066e54 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml
@@ -14,6 +14,9 @@ description:
transforming interrupts from PCIe MSI into HyperTransport vectorized
interrupts.

+allOf:
+ - $ref: msi-controller.yaml#
+
properties:
compatible:
const: loongson,pch-msi-1.0
@@ -46,7 +49,7 @@ required:
- loongson,msi-base-vec
- loongson,msi-num-vecs

-additionalProperties: true #fixme
+unevaluatedProperties: false

examples:
- |
diff --git a/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-pic.yaml b/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-pic.yaml
index fdd6a38a31db..0c7bee42946a 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-pic.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-pic.yaml
@@ -14,6 +14,9 @@ description:
transforming interrupts from on-chip devices into HyperTransport vectorized
interrupts.

+allOf:
+ - $ref: /schemas/interrupt-controller.yaml#
+
properties:
compatible:
const: loongson,pch-pic-1.0
@@ -41,7 +44,7 @@ required:
- interrupt-controller
- '#interrupt-cells'

-additionalProperties: false
+unevaluatedProperties: false

examples:
- |
--
2.32.0