From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0A03CCF9E0 for ; Wed, 22 Oct 2025 08:29:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:To:Cc:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jVE8RS+ZFEFVaHbUbLK1+/R0KLHVMvTv6V13dVpnfeY=; b=HCyuCwGYIrqKy/lWaFVM4XjPSl FhQD0+cYmcOy/VM8H3WZvXYYvWU1p8BXeJ+1Z+Rroo64WCFkU3z3OITYIa8EvaLJQEqj/gi/gSxP9 mTxrTBY1sYk2vUwDOu3xvP24NNLi26jfwZj3ihzvJ9r8ylrdWxi7W+gN8T6ULHZVKlXKzq4DaOtG6 jBNBLpGcZEoyGVJqxUgsybkkH2KN18JZxdygX6DHaHeRwEKYeLuqihshY4HVOEGWpQssoEG5Yn9/T H1Ve9XhjdsRBudNp74wSyjiWGSt+jzwkLEJHsHVHAYN8ioLs2By2xX0dhiLZQazp85i+IJk8Qz/tF nJ+S0IJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vBUE8-000000025yl-1UaD; Wed, 22 Oct 2025 08:29:48 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vBUE7-000000025xl-2huN for linux-arm-kernel@lists.infradead.org; Wed, 22 Oct 2025 08:29:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 1A8DC628F5; Wed, 22 Oct 2025 08:29:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4832C4CEF5; Wed, 22 Oct 2025 08:29:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761121786; bh=bJvkdLkKFo0sTg8s8eWRSm9R4+waidmhRJp00c5NgGo=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=WlvaVfNCIyo0A4mIEINni15Pmtn2QUO/oxkwZyta/5wSgisbjCfOWSke/UqJucMpR h6BjpROGL77x5P72guB7+pxCArRuVD8PBpJz5akRFSUf/ZwqZbPj0rmmK4hKu1M+G3 Xe/446NTd49UIcVX6NT5waN3TKkEOBFzOE+Mrglsjl5aUSx0G1wEh2knXIcNuNl2f4 abRjfaFDFM+xU8HxAWtYAkIFXvrAXm/GsDtIWyHhjUJ/DyYVhNQnXR8BjtULqPqiBF 3qjmjHWuDvMquALiJRvU08PJqjSMxiSToG84NJB02WYcQpHTuZtKlAIrGvymMBl9hY xekgbD/yoq0VQ== Date: Wed, 22 Oct 2025 03:29:45 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, Joel Stanley , devicetree@vger.kernel.org, jk@codeconstruct.com.au, Conor Dooley , Kevin Chen , Andrew Jeffery To: Ryan Chen In-Reply-To: <20251022065507.1152071-2-ryan_chen@aspeedtech.com> References: <20251022065507.1152071-1-ryan_chen@aspeedtech.com> <20251022065507.1152071-2-ryan_chen@aspeedtech.com> Message-Id: <176112178506.2826837.14168081869073363718.robh@kernel.org> Subject: Re: [PATCH v5 1/3] dt-bindings: interrupt-controller: aspeed,ast2700: Add support for INTC hierarchy X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 22 Oct 2025 14:55:05 +0800, Ryan Chen wrote: > AST2700 contains two-level interrupt controllers (INTC0 and INTC1), > each with its own register space and handling different sets of > peripherals. > > Signed-off-by: Ryan Chen > --- > .../aspeed,ast2700-intc0.yaml | 97 +++++++++++++++++++ > .../aspeed,ast2700-intc1.yaml | 94 ++++++++++++++++++ > 2 files changed, 191 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc0.yaml > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc1.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc1.yaml:94:7: [error] no new line character at the end of file (new-line-at-end-of-file) ./Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc0.yaml:97: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.ozlabs.org/project/devicetree-bindings/patch/20251022065507.1152071-2-ryan_chen@aspeedtech.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.