[PATCH 12/18] dt-bindings: irqchip: mstar, mst-intc: include generic schema
Mark-PK Tsai
mark-pk.tsai at mediatek.com
Thu Mar 17 08:09:19 PDT 2022
> Include generic interrupt-controller.yaml schema, which enforces node
> naming and other generic properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
> ---
> .../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
Acked-by: Mark-PK Tsai <mark-pk.tsai at mediatek.com>
Thanks.
More information about the linux-riscv
mailing list