Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: analogix,anx7411: drop redundant connector properties

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>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Link: https://lore.kernel.org/r/20240222082819.10321-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
0a5d0a0e 1e43c86d

-13
-13
Documentation/devicetree/bindings/usb/analogix,anx7411.yaml
··· 23 23 connector: 24 24 type: object 25 25 $ref: ../connector/usb-connector.yaml 26 - unevaluatedProperties: false 27 - 28 - description: 29 - Properties for usb c connector. 30 26 31 27 properties: 32 28 compatible: 33 29 const: usb-c-connector 34 - 35 - power-role: true 36 - 37 - data-role: true 38 - 39 - try-power-role: true 40 - 41 - required: 42 - - compatible 43 30 44 31 required: 45 32 - compatible