Re: [PATCH 2/4] dt-bindings: net: dsa: Add SoC-e switch IP and DSA bindings
From: Vasilij Strassheim <hidden>
Date: 2026-08-03 15:47:49
Also in:
linux-devicetree, lkml
On Wed, 2026-07-29 at 13:07 -0500, Rob Herring (Arm) wrote:
On Wed, 29 Jul 2026 18:36:55 +0200, Vasilij Strassheim wrote:quoted
Add DT schema documentation for SoC-e FPGA switch devices. The binding is split into: - a switch IP node describing the MMIO register block - a DSA MDIO node describing the DSA-facing switch instance Both nodes are linked through the soce,switch-ip phandle. Signed-off-by: Vasilij Strassheim <redacted> --- .../bindings/net/dsa/soce,switch-dsa.yaml | 195 +++++++++++++++++++++ .../bindings/net/dsa/soce,switch-ip.yaml | 54 ++++++ 2 files changed, 249 insertions(+)My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/net/dsa/soce,switch-ip.example.dtb: switch@80020000 (soce,mrs-24-01): reg: [[0, 2147614720], [0, 65536]] is too long from schema $id: http://devicetree.org/schemas/net/dsa/soce,switch-ip.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260729-devel-vstrassheim-soce-dsa-ml-v1-2-be569dae1b20@linutronix.de
I can reproduce that and will fix it. I have to make a lot changes there before re-submitting.
The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch.
Got ot, I'll rebase the next version to net-next and add the information 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.
Thanks for the tips! I will clean up and test it. Vasilij