Message ID | 20240222082819.10321-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 0a5d0a0eeabe2ebf614715674b6e14dcd495b436 |
Headers | show |
Series | dt-bindings: usb: analogix,anx7411: drop redundant connector properties | expand |
On Thu, Feb 22, 2024 at 09:28:19AM +0100, Krzysztof Kozlowski wrote: > The binding references usb-connector.yaml schema, which lists all > allowed properties and ends with unevaluatedProperties:false, so we can > simplify analogix,anx7411 binding by dropping everything covered by > usb-connector.yaml. > > Suggested-by: Pavel Machek <pavel@ucw.cz> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/usb/analogix,anx7411.yaml | 13 ------------- > 1 file changed, 13 deletions(-) > > diff --git a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > index e4d893369d57..3f5857aee3b0 100644 > --- a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > +++ b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > @@ -23,24 +23,11 @@ properties: > connector: > type: object > $ref: ../connector/usb-connector.yaml > - unevaluatedProperties: false The connector schema sets `additionalProperties: true`. Is removing this correct? > - > - description: > - Properties for usb c connector. > > properties: > compatible: > const: usb-c-connector > > - power-role: true > - > - data-role: true > - > - try-power-role: true > - > - required: > - - compatible > - > required: > - compatible > - reg > -- > 2.34.1 >
On 22/02/2024 17:08, Conor Dooley wrote: > On Thu, Feb 22, 2024 at 09:28:19AM +0100, Krzysztof Kozlowski wrote: >> The binding references usb-connector.yaml schema, which lists all >> allowed properties and ends with unevaluatedProperties:false, so we can >> simplify analogix,anx7411 binding by dropping everything covered by >> usb-connector.yaml. >> >> Suggested-by: Pavel Machek <pavel@ucw.cz> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> --- >> .../devicetree/bindings/usb/analogix,anx7411.yaml | 13 ------------- >> 1 file changed, 13 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml >> index e4d893369d57..3f5857aee3b0 100644 >> --- a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml >> +++ b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml >> @@ -23,24 +23,11 @@ properties: >> connector: >> type: object >> $ref: ../connector/usb-connector.yaml >> - unevaluatedProperties: false > > The connector schema sets `additionalProperties: true`. Is removing this > correct? > I think you look at some old version: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/connector/usb-connector.yaml?h=v6.8-rc5#n327 Best regards, Krzysztof
On Thu, Feb 22, 2024 at 05:56:12PM +0100, Krzysztof Kozlowski wrote: > On 22/02/2024 17:08, Conor Dooley wrote: > > On Thu, Feb 22, 2024 at 09:28:19AM +0100, Krzysztof Kozlowski wrote: > >> The binding references usb-connector.yaml schema, which lists all > >> allowed properties and ends with unevaluatedProperties:false, so we can > >> simplify analogix,anx7411 binding by dropping everything covered by > >> usb-connector.yaml. > >> > >> Suggested-by: Pavel Machek <pavel@ucw.cz> > >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > >> --- > >> .../devicetree/bindings/usb/analogix,anx7411.yaml | 13 ------------- > >> 1 file changed, 13 deletions(-) > >> > >> diff --git a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > >> index e4d893369d57..3f5857aee3b0 100644 > >> --- a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > >> +++ b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > >> @@ -23,24 +23,11 @@ properties: > >> connector: > >> type: object > >> $ref: ../connector/usb-connector.yaml > >> - unevaluatedProperties: false > > > > The connector schema sets `additionalProperties: true`. Is removing this > > correct? > > > > I think you look at some old version: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/connector/usb-connector.yaml?h=v6.8-rc5#n327 Huh, you are correct. I had a stable kernel checked out somehow in the git worktree I apply dt patches to while reviewing them rather than linux-next. Sorry about that.. Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor.
Hi! > The binding references usb-connector.yaml schema, which lists all > allowed properties and ends with unevaluatedProperties:false, so we can > simplify analogix,anx7411 binding by dropping everything covered by > usb-connector.yaml. > Reviewed-by: Pavel Machek <pavel@ucw.cz> Thank you. > +++ b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml > @@ -23,24 +23,11 @@ properties: > connector: > type: object > $ref: ../connector/usb-connector.yaml You wanted me to use absolute path here -- $ref: /schemas/connector/usb-connector.yaml -- so it may be worth fixing here as well. Best regards, Pavel
diff --git a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml index e4d893369d57..3f5857aee3b0 100644 --- a/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml +++ b/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml @@ -23,24 +23,11 @@ properties: connector: type: object $ref: ../connector/usb-connector.yaml - unevaluatedProperties: false - - description: - Properties for usb c connector. properties: compatible: const: usb-c-connector - power-role: true - - data-role: true - - try-power-role: true - - required: - - compatible - required: - compatible - reg
The binding references usb-connector.yaml schema, which lists all allowed properties and ends with unevaluatedProperties:false, so we can simplify analogix,anx7411 binding by dropping everything covered by usb-connector.yaml. Suggested-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/usb/analogix,anx7411.yaml | 13 ------------- 1 file changed, 13 deletions(-)