From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 10B792EA75E; Wed, 28 Jan 2026 10:52:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769597551; cv=none; b=lnfqWINouIKamn3RffRzWXZCSKkHkwDwnwl6dw2Y8FEp7dTfeMQwgJRCi/4M6u8VdEtfx3a7p0ra+/IupaaaI85GiYFsOYknZrucnQtg0WBU+7nbs4FJT6w+262o6LoFeuzy6bwWxi0o2FOEpv0G/6pqZeVe2mWXapzd9yCgArw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769597551; c=relaxed/simple; bh=tucQhTlV8za1lu8MMrRqeJJ31gz69ypAvVJoriihhkE=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=vABlLNeVHXwyRZkaBeP19GAgNd07Yvv4M2TRY/oT3CFjW0jcfXYVqC3w3Tijm0XXrAdiFIah4TK0YcsjmnR2qjs9mp/YS3JyBf1tw2Hj1exyUqPxN0AEhieiuiYTmqWhhu3pYMj/jsk8Nbxvs3z86M++3bkSnOqX11J8KpGDTtc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ViEGIoH8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ViEGIoH8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B58EC4CEF1; Wed, 28 Jan 2026 10:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769597550; bh=tucQhTlV8za1lu8MMrRqeJJ31gz69ypAvVJoriihhkE=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=ViEGIoH8WISDNhvOrX04vjPKG2JsdeQzC++K+VPDpBjbApVieCzQdka6GCKlJJZQM kJma+zcQwuo0OVZDkJ15DjXbzkJ9jCcPYFv4ZlKyk1P9KnmzLQuxjdWdoLG47nEIi/ zDbiLcOCm7Dj8/UDWp4qXwoh+OOdf+L3B0wjytpMZK6giYRDkSx+hHnimaxwvwfELy OLDor3AvwD6N+RNTuPJXi6Y3MM9lSyGyv0Z99LeemMHZfyE7wejSGsaHHCdxLWt2ES SxedeNVs95NdSTuG1A+uh5Pq9Tj0kMP2VBUO0csiNlt3bDroJsfIcRiQ3H/JGbcUtO KJ8VHi9KMczbw== Date: Wed, 28 Jan 2026 04:52:29 -0600 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: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, Albert Ou , Andrew Lunn , Krzysztof Kozlowski , Yao Zi , Longbin Li , linux-stm32@st-md-mailman.stormreply.com, Choong Yong Liang , Yixun Lan , Quentin Schulz , Jakub Kicinski , devicetree@vger.kernel.org, Paolo Abeni , Conor Dooley , Lad Prabhakar , Paul Walmsley , Alexandre Torgue , Giuseppe Cavallaro , Boon Khai Ng , Yanteng Si , spacemit@lists.linux.dev, Maxime Coquelin , Palmer Dabbelt , Richard Cochran , Shangjuan Wei , Eric Dumazet , netdev@vger.kernel.org, Chen-Yu Tsai , Maxime Chevallier , "Russell King (Oracle)" , Alexandre Ghiti , Jose Abreu , "David S. Miller" To: Inochi Amaoto In-Reply-To: <20260128072931.875041-2-inochiama@gmail.com> References: <20260128072931.875041-1-inochiama@gmail.com> <20260128072931.875041-2-inochiama@gmail.com> Message-Id: <176959754960.624625.3292309980701778789.robh@kernel.org> Subject: Re: [PATCH net-next v3 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac On Wed, 28 Jan 2026 15:29:27 +0800, Inochi Amaoto wrote: > The GMAC IP on Spacemit K3 is almost a standard Synopsys DesignWare > MAC (version 5.40a) with some extra clock. > > Add necessary compatible string for this device. > > Signed-off-by: Inochi Amaoto > --- > .../devicetree/bindings/net/snps,dwmac.yaml | 2 + > .../bindings/net/spacemit,k3-dwmac.yaml | 103 ++++++++++++++++++ > 2 files changed, 105 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/spacemit,k3-dwmac.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/spacemit,k3-dwmac.example.dtb: ethernet@cac80000 (spacemit,k3-dwmac): compatible: ['spacemit,k3-dwmac', 'snps,dwmac-5.40a'] does not contain items matching the given schema from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/spacemit,k3-dwmac.example.dtb: ethernet@cac80000 (spacemit,k3-dwmac): compatible: ['spacemit,k3-dwmac', 'snps,dwmac-5.40a'] does not contain items matching the given schema from schema $id: http://devicetree.org/schemas/net/spacemit,k3-dwmac.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/spacemit,k3-dwmac.example.dtb: ethernet@cac80000 (spacemit,k3-dwmac): Unevaluated properties are not allowed ('phy-handle', 'phy-mode' were unexpected) from schema $id: http://devicetree.org/schemas/net/spacemit,k3-dwmac.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260128072931.875041-2-inochiama@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.