[PATCH net-next v20 05/14] dt-bindings: net: dp83822: Deprecate ti,fiber-mode
Rob Herring (Arm)
robh at kernel.org
Thu Nov 27 10:16:27 PST 2025
On Thu, 27 Nov 2025 18:17:48 +0100, Maxime Chevallier wrote:
> The newly added ethernet-connector binding allows describing an Ethernet
> connector with greater precision, and in a more generic manner, than
> ti,fiber-mode. Deprecate this property.
>
> Reviewed-by: Rob Herring (Arm) <robh at kernel.org>
> Reviewed-by: Christophe Leroy <christophe.leroy at csgroup.eu>
> Tested-by: Christophe Leroy <christophe.leroy at csgroup.eu>
> Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
> ---
> Documentation/devicetree/bindings/net/ti,dp83822.yaml | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251127171800.171330-6-maxime.chevallier@bootlin.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
More information about the linux-arm-kernel
mailing list