[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE-0n52cwBxJ3gYzSi1+nNcRRSgbMToYBFLJwdVWSMOxBmUN1A@mail.gmail.com>
Date: Mon, 28 Apr 2025 16:45:59 -0700
From: Stephen Boyd <swboyd@...omium.org>
To: Conor Dooley <conor+dt@...nel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Matthias Kaehlcke <mka@...omium.org>,
Pin-yen Lin <treapking@...omium.org>, Rob Herring <robh@...nel.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org
Subject: Re: [PATCH v3 3/4] dt-bindings: usb: realtek,rts5411: Adapt usb-hub.yaml
Quoting Pin-yen Lin (2025-04-22 01:28:29)
> diff --git a/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml b/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml
> index 6577a61cc07531..a020afaf2d6e7a 100644
> --- a/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml
> +++ b/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Matthias Kaehlcke <mka@...omium.org>
>
> allOf:
> - - $ref: usb-device.yaml#
> + - $ref: usb-hub.yaml#
>
> properties:
> compatible:
> @@ -19,61 +19,35 @@ properties:
[...]
>
> - port@4:
> - $ref: /schemas/graph.yaml#/properties/port
> - description:
> - 4th downstream facing USB port
> -
> -patternProperties:
> - '^.*@[1-4]$':
> - description: The hard wired USB devices
> - type: object
> - $ref: /schemas/usb/usb-device.yaml
> - additionalProperties: true
> +additionalProperties:
> + properties:
> + reg:
> + minimum: 1
> + maximum: 4
Is this limiting the 'reg' property of the hub node and not the child
usb-device nodes?
>
> required:
> - peer-hub
> - compatible
> - reg
Can 'reg' be dropped because usb-hub.yaml requires it?
Powered by blists - more mailing lists