[PATCH 12/18] dt-bindings: irqchip: mstar,mst-intc: include generic schema

From: Krzysztof Kozlowski
Date: Thu Mar 17 2022 - 07:57:59 EST


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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
---
.../bindings/interrupt-controller/mstar,mst-intc.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml
index bbf0f26cd008..7cae52490ff5 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml
@@ -16,6 +16,9 @@ description: |+
The HW block exposes a number of interrupt controllers, each
can support up to 64 interrupts.

+allOf:
+ - $ref: /schemas/interrupt-controller.yaml#
+
properties:
compatible:
const: mstar,mst-intc
@@ -49,7 +52,7 @@ required:
- reg
- mstar,irqs-map-range

-additionalProperties: false
+unevaluatedProperties: false

examples:
- |
--
2.32.0