From: Peng Fan <peng.fan@xxxxxxx> When adding vendor extension protocols, there is dt-schema warning: " imx,scmi.example.dtb: scmi: 'protocol@81', 'protocol@84' do not match any of the regexes: 'pinctrl-[0-9]+' " Set additionalProperties to true to address the issue. Signed-off-by: Peng Fan <peng.fan@xxxxxxx> --- Documentation/devicetree/bindings/firmware/arm,scmi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml index 4591523b51a0..cfc613b65585 100644 --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml @@ -247,7 +247,7 @@ properties: reg: const: 0x18 -additionalProperties: false +additionalProperties: true $defs: protocol-node: -- 2.37.1