Re: [PATCHv3 1/3] dt-bindings: mmc: synopsys-dw-mshc: document "altr,sysmgr-syscon"

From: Krzysztof Kozlowski
Date: Mon Sep 26 2022 - 12:46:59 EST


On 26/09/2022 16:09, Dinh Nguyen wrote:
> +allOf:
> + - $ref: "synopsys-dw-mshc-common.yaml#"
> +
> + - if:
> + properties:
> + compatible:
> + contains:
> + const:
> + - altr,socfpga-dw-mshc
> + then:
> + required:
> + - altr,sysmgr-syscon

else:
properties:
altr,sysmgr-syscon: false
and then you will probably see the warnings leading to error in syntax
(const is not an array)...

Best regards,
Krzysztof