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 1258D31A60; Tue, 24 Sep 2024 18:01:06 +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=1727200868; cv=none; b=EyeZIhK4NqS92uUTsVTuP2dKkyR7ca3xGYxuvyhoU5AsohURpLqvN9TxcBXgzA7Iv/YNR3NCHgeM6n5CByefhk8HkDFQhP+i0JNivoYAK/TYsdUkJkYzapTubJj4SyxGTDYfG//5EWMT6oIscT/50yVNEA+Iaa7M8B/+RR3VqNk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727200868; c=relaxed/simple; bh=vE8pGVYwDVIrlIjKoF6T0212mB8n6SPYkRCwr61rAUw=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=BAY9QLHtdYuwqujfw9HqYsL/l8tX/hn2/AKW+86iABT5m/PERZwIGIzxyXZPJjg+kkvhyX9JXDsRqE58UzqQIkRrLe+7lCJyrFEfXfKWcPUFaoYy9spmQ5t+o84v1FcszrpbtD5f32hF/ufQ9jmGtAFXVxOR3in8er+nDGdmD8U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aAqnMEyE; 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="aAqnMEyE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92A3FC4CEC4; Tue, 24 Sep 2024 18:01:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727200866; bh=vE8pGVYwDVIrlIjKoF6T0212mB8n6SPYkRCwr61rAUw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=aAqnMEyEu0uCAmz3kn+7IUO3/RB2QOyeS8oYiE9bDkCZXnPdlkSCkZxg53/BA8NXm 9iI/dz08QotnMxwXZY53r0cEaGM3YM/FX1UQmPw0A0yQjOWL7InId3K4E2Kz+cLfil Zae2E9R+y0ofIaIoU3xQPPgxCvTOQJ1TGYP8YBCjp2SGn/8we61MDb70v7KqJW6v0h 5012T6eLvZ3ZgjKXNyCVjCEpGAYqkEOSWHZuqtirKTDf6Hm8Y7PNO3UJsIqKyBPc9W jTzOKtSstllbY5a7lhpC2Jv5v4v9UFtEKJwcnrI4JDo17ek7KkPsJJ2PI7UosP0fho CIO2/qMpUxs9Q== Date: Tue, 24 Sep 2024 13:01:05 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-can@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Hal Feng Cc: "David S . Miller" , Jakub Kicinski , Philipp Zabel , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Palmer Dabbelt , Marc Kleine-Budde , William Qiu , Vincent Mailhol , Conor Dooley , Emil Renner Berthing , Paul Walmsley , Albert Ou , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-can@vger.kernel.org, Krzysztof Kozlowski In-Reply-To: <20240922145151.130999-3-hal.feng@starfivetech.com> References: <20240922145151.130999-1-hal.feng@starfivetech.com> <20240922145151.130999-3-hal.feng@starfivetech.com> Message-Id: <172720086189.2892.16772874968651869906.robh@kernel.org> Subject: Re: [PATCH v2 2/4] dt-bindings: can: Add CAST CAN Bus Controller On Sun, 22 Sep 2024 22:51:48 +0800, Hal Feng wrote: > From: William Qiu > > Add bindings for CAST CAN Bus Controller. > > Signed-off-by: William Qiu > Signed-off-by: Hal Feng > --- > .../bindings/net/can/cast,can-ctrl.yaml | 106 ++++++++++++++++++ > 1 file changed, 106 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/can/cast,can-ctrl.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/net/can/cast,can-ctrl.yaml:27:9: [warning] wrong indentation: expected 10 but found 8 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240922145151.130999-3-hal.feng@starfivetech.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.