dt-bindings: usb: ti,tps6598x: Disallow undefined properties

Device specific bindings should not allow undefined properties. This is
accomplished in json-schema with 'additionalProperties: false'. With this,
the 'connector' child node needs to be defined to prevent warnings.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20231016155527.2973385-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Rob Herring 2023-10-16 10:55:27 -05:00
parent eb559fa633
commit 47b8fb4aef

View File

@ -32,11 +32,14 @@ properties:
items:
- const: irq
connector:
$ref: /schemas/connector/usb-connector.yaml#
required:
- compatible
- reg
additionalProperties: true
additionalProperties: false
examples:
- |