On 9/26/22 10:35, Krzysztof Kozlowski wrote:
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-sysconelse: properties: altr,sysmgr-syscon: false and then you will probably see the warnings leading to error in syntax (const is not an array)...
Hmm, okay. I ran dt_binding_check and did not see the warning. I'll check it again.
Dinh