Re: [PATCH net-next v2 5/8] dt-bindings: net: x-powers: add AC300 EPHY control
"Rob Herring (Arm)" <[email protected]> Tue, 04 Aug 2026 22:38:42 -0500
| Newsgroups | gmane.linux.kernel,gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.rockchip,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026 20:27:03 -0600, James Hilliard wrote: > The AC300 exposes its Fast Ethernet PHY control registers through a > separate non-PHY Clause 22 address. The manual defines that address as > the link PHY address plus 16, giving control addresses 16 through 23 and > link addresses 0 through 7. > > Describe the control endpoint, its required VCC1 supply, its 24, 25 or > 27 MHz input clock and its SoC SID calibration cell. The actual PHY > remains a separate ethernet-phy node and supplies the MAC-selected > interface mode at runtime. > > Signed-off-by: James Hilliard <[email protected]> > --- > .../bindings/net/x-powers,ac300-ephy-ctl.yaml | 70 ++++++++++++++++++++++ > 1 file changed, 70 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/display/imx/fsl,imx-lcdc.example.dtb: display0: fsl,pcr: b'\xf0\xc8\x80\x80' is not of type 'object', 'integer', 'array', 'boolean', 'null' from schema $id: http://devicetree.org/schemas/dt-core.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/[email protected] 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.