On Mon, Jul 12, 2021 at 08:12:53AM -0600, Rob Herring wrote:
On Mon, 12 Jul 2021 16:06:31 +0300, alexandru.tachici@analog.com wrote:
quoted
From: Alexandru Tachici <redacted>
DT bindings for the ADIN1100 10BASE-T1L Ethernet PHY.
Signed-off-by: Alexandru Tachici <redacted>
---
.../devicetree/bindings/net/adi,adin1100.yaml | 45 +++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/adi,adin1100.yaml
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/net/adi,adin1100.example.dt.yaml:0:0: /example-0/ethernet@e000c000: failed to match any schema with compatible: ['cdns,zynq-gem', 'cdns,gem']
Documentation/devicetree/bindings/net/adi,adin1100.example.dt.yaml:0:0: /example-0/ethernet@e000c000: failed to match any schema with compatible: ['cdns,zynq-gem', 'cdns,gem']
Please either convert the above binding or use something that already
has a schema.
Rob