Message ID | 20240523194500.2958192-1-robh@kernel.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: usb: realtek,rts5411: Add missing "additionalProperties" on child nodes | expand |
Quoting Rob Herring (Arm) (2024-05-23 12:44:59) > 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: c44d9dab31d6 ("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>
diff --git a/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml b/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml index 0874fc21f66f..6577a61cc075 100644 --- a/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml +++ b/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml @@ -65,6 +65,7 @@ patternProperties: description: The hard wired USB devices type: object $ref: /schemas/usb/usb-device.yaml + additionalProperties: true required: - peer-hub
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: c44d9dab31d6 ("dt-bindings: usb: Add downstream facing ports to realtek binding") Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- Documentation/devicetree/bindings/usb/realtek,rts5411.yaml | 1 + 1 file changed, 1 insertion(+)