Skip to content

Commit e4228cf

Browse files
robherringgregkh
authored andcommitted
dt-bindings: usb: realtek,rts5411: Add missing "additionalProperties" on child nodes
All nodes need an explicit additionalProperties or unevaluatedProperties unless a $ref has one that's false. As that is not the case with usb-device.yaml, "additionalProperties" is needed here. Fixes: c44d9da ("dt-bindings: usb: Add downstream facing ports to realtek binding") Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/20240523194500.2958192-1-robh@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent fc8fb9e commit e4228cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/usb/realtek,rts5411.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ patternProperties:
6565
description: The hard wired USB devices
6666
type: object
6767
$ref: /schemas/usb/usb-device.yaml
68+
additionalProperties: true
6869

6970
required:
7071
- peer-hub

0 commit comments

Comments
 (0)