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 DDCFD2C11E7; Mon, 13 Jul 2026 15:51:50 +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=1783957911; cv=none; b=iiSt3JUGPbTaSB0yLyw/kf9kxD/4+t4s6SPyKQZB9Zq/ldSx36Qqv1aJ9YSiscfWjbcK4fd/w9lTcdhcx0k6W0k1S4MdsYQNJyBm/bVa+OAHyUF5Y7LaYBUbm+E2T9yKNOXUEVkafrse2IJyeMhW/vAmsOIVswKiOQsi1T1P69A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783957911; c=relaxed/simple; bh=oh5JJ+vRvA4XiZYqddsdhR3AJx8YYN3HKpOpYUdpyv0=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=OF/TL2C/xsVeqPx1N0jmZFIJhBzGrVEDQXkEfjTOwQGY5oFIEgdoBW939Qn5H97rcUUVusnQrda8MGNgRjTfBJxpv4AHZnZ8EiKv6f0lxt1adJAAahkPx/vzwb0Lk2CITrGLzCAOA4ukUB59m7jCVQvaRLfeT/nsz2bNu7PrUtk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cMSCp5Vc; 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="cMSCp5Vc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DC6B1F000E9; Mon, 13 Jul 2026 15:51:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783957910; bh=4z0DvFqx/iJAA9RVQDYzPx3oX7kj+IHkEFdBAiFF0aU=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=cMSCp5VcQrjJCardQtfHQvbeeapIF+qEKkw1vXvZrJPRKits4c1yuDMbLAMjvHc4M /MKcBNqfm/yQoGOZs8BGKRuHMNNI8XrFZHvQ1DL2n8WbWooIrxUREnHiRY4NlhRpQe /0it+sMvqqjMf4NC+sV/rmk8V+Jx7Hf0lF4aCMbLld1sQKtA+QbcIzbTR6I20YBBOf WcKQLl2yvEc8rhx+P0kp00l0h5Q4TRG8tUfOK/43sWw2+6B4Wp7hcEwVv6QVMhWllf 8DUStBCX2zGAMh+c/QEJlMIlezNadzXdyrh/MCKGstE1hwzthtScg4J/I/eF2sh7Pr bEjAIewHpx3RQ== Date: Mon, 13 Jul 2026 10:51:49 -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: Andrew Lunn , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Eric Dumazet , netdev@vger.kernel.org, devicetree@vger.kernel.org, "David S . Miller" , Heiner Kallweit , Conor Dooley , linux-kernel@vger.kernel.org, Russell King To: Artem Shimko In-Reply-To: <20260713131223.279555-2-a.shimko.dev@gmail.com> References: <20260713131223.279555-1-a.shimko.dev@gmail.com> <20260713131223.279555-2-a.shimko.dev@gmail.com> Message-Id: <178395790977.1766225.3879416495765817501.robh@kernel.org> Subject: Re: [PATCH net-next 1/2] dt-bindings: net: add DAPU Telecom DAP8211R(I) PHY binding On Mon, 13 Jul 2026 16:12:22 +0300, Artem Shimko wrote: > Add device tree binding documentation for the DAPU Telecom DAP8211R(I) > Gigabit Ethernet PHY. > > The PHY supports TX and RX clock delays in 150 ps steps from 0 to 2250 ps, > with a default of 1950 ps if not specified. The tx-inverted-clk flag > provides a vendor-specific extension for boards where PCB trace length or > MAC requirements necessitate 180-degree clock phase shift. > > Signed-off-by: Artem Shimko > --- > .../bindings/net/dapu,dap8211r.yaml | 78 +++++++++++++++++++ > 1 file changed, 78 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/dapu,dap8211r.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/net/dapu,dap8211r.yaml:78:7: [error] no new line character at the end of file (new-line-at-end-of-file) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260713131223.279555-2-a.shimko.dev@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.