From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 60A6643F4B6; Tue, 7 Jul 2026 18:33:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783449181; cv=none; b=lMxbGnREyAo5GfypLGYVY8B7BhGSx+/JnhFASfPH1mktXv5xQ8pqRgMDYf0FN0vILUY4HYEJQbl0Ef+YaWLdMjLGSbunLVgqFZG6UCZNB6RZC6bpgQiKxLpidl6PIR6lUkLPVJtLTBnmw63bLFfGdj6IhtpjTwbXNVJn4Zj9htU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783449181; c=relaxed/simple; bh=P51/JJ0y3mMFG7YE2Uz3EMjOL6J9azpFYTXILHsr97k=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=iid1Y1oyWq+OLkUsb0qECRm3wnkTIrCDdQfRSkA0rPwC8bUTsCiCZRRjGgBR7obDgdS45ttowYYDSMzPsRykSp5Y8/hz4P5oDM8dwtDekLxzEU7+3dlLUwhOJe7vGIq0p+024IsFtJI5IoLLNj49azAoxvamEVDQF4vsG5WsXNA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bSEclqlg; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bSEclqlg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBFEB1F000E9; Tue, 7 Jul 2026 18:32:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783449180; bh=oDId+F9Q8sjFATMQdxVY2dRWUEpcTb5ObrRiQhxwi+k=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=bSEclqlg+7W8IhP5E6cPoc66IbYZtj4myhu2F9bmfuW/c3zw70d4S21JKXmQgT1Tz 1ErfH04h2mUZzdcYihFvKqzbfIz61xMJ0DiLWdT3Ga/JJMJGJv55g/LLEtkt4wAJd+ 2t53GAvtTZnWzO+IMD1/H7YM+9RLLsWAfBwph5FVwq7naW3g7qPeSSIXwk7fTVbP50 zVauK3buao0wmcX4SoK/uNlVtrZXUE56XpEl7HALTIOLh/sBpFuq/4urWFK+8Czmri YO4xvT/hl6HL3V6Kaxn0caMRklSq9K/5ruNYucDSaoSH0ydb5hWk70eJJKLTY+DA4/ reM7vycowRd7Q== Date: Tue, 07 Jul 2026 13:32:59 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: UNGLinuxDriver , Conor Dooley , devicetree@vger.kernel.org, netdev@vger.kernel.org, "David S . Miller" , Eric Dumazet , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Rengarajan Sundararajan , Paolo Abeni , Jakub Kicinski , Andrew Lunn To: Mikhail Lukianchikov In-Reply-To: <20260707165840.107409-1-avermoal@gmail.com> References: <20260707165840.107409-1-avermoal@gmail.com> Message-Id: <178344917921.3727597.7607936677033722171.robh@kernel.org> Subject: Re: [PATCH] dt-bindings: net: convert microchip,lan78xx.txt to YAML schema On Tue, 07 Jul 2026 22:58:40 +0600, Mikhail Lukianchikov wrote: > Convert the Microchip LAN78xx family (LAN7800, LAN7801, LAN7850) binding > documentation from plain text to DT schema format using YAML. > > The conversion was validated with 'make dt_binding_check' > > Signed-off-by: Mikhail Lukianchikov > --- > .../bindings/net/microchip,lan78xx.txt | 53 -------- > .../bindings/net/microchip,lan78xx.yaml | 113 ++++++++++++++++++ > 2 files changed, 113 insertions(+), 53 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/microchip,lan78xx.txt > create mode 100644 Documentation/devicetree/bindings/net/microchip,lan78xx.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/microchip,lan78xx.example.dtb: /: 'compatible' is a required property from schema $id: http://devicetree.org/schemas/root-node.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/microchip,lan78xx.example.dtb: /: 'model' is a required property from schema $id: http://devicetree.org/schemas/root-node.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/microchip,lan78xx.example.dtb: /: '#address-cells' is a required property from schema $id: http://devicetree.org/schemas/root-node.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/microchip,lan78xx.example.dtb: /: '#size-cells' is a required property from schema $id: http://devicetree.org/schemas/root-node.yaml Documentation/devicetree/bindings/net/microchip,lan78xx.example.dtb: /usb: failed to match any schema with compatible: ['usb-host'] doc reference errors (make refcheckdocs): Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/net/microchip,lan78xx.txt MAINTAINERS: Documentation/devicetree/bindings/net/microchip,lan78xx.txt See https://patchwork.kernel.org/project/devicetree/patch/20260707165840.107409-1-avermoal@gmail.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.