Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: serial: add the required property 'additionalProperties'

When I do dt_binding_check for any YAML file, below wanring is always
reported:

xxx/serial/litex,liteuart.yaml: 'additionalProperties' is a required property
xxx/serial/litex,liteuart.yaml: ignoring, error in schema:
warning: no schema found in file: xxx/serial/litex,liteuart.yaml

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201204093813.1275-3-thunder.leizhen@huawei.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Zhen Lei and committed by
Rob Herring
c1efde3f 64a21a18

+2
+2
Documentation/devicetree/bindings/serial/litex,liteuart.yaml
··· 29 29 - compatible 30 30 - reg 31 31 32 + additionalProperties: false 33 + 32 34 examples: 33 35 - | 34 36 uart0: serial@e0001800 {