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 674B3CDE025 for ; Thu, 26 Sep 2024 16:57:01 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0cy9otmnPPXzdVeNfrVkQsGQlELKXLGB4d+u+FMomtw=; b=QD2E3TvpBBVsrkBtbQZhMOmFLj VsotVg//I3U0gC6Ge2Vg1r1+Rzi9fD3P23Zd8JTMUCKKO58NvJd39i0jrNKElOaQQe1maMo01KBgQ eu9NW1VJJTomgt6dY+NzYRJMduBCVkBXhQt8zQHqYt23P+JDoluAFE+hbGWwAxBUKTWKkWV1vvZuG VZzYn5FjIvFxwz0e72/PGz5T56xHv23a0AyUHrwGaH/SKuTwJvInPNgrlEozoG94MyeDIfMog5Frn L5yL7e7txM2Xninet/kPxRVjeY/Ou1wdAdTek9CDk62W1ChDYRPIFgM3WdH7aLunwFErsSf07Xn5g yVzKlFCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1strnN-00000008wrH-46tw; Thu, 26 Sep 2024 16:56:50 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1strmC-00000008wct-1FjD for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2024 16:55:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 364BA5C5913; Thu, 26 Sep 2024 16:55:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA60FC4CEC5; Thu, 26 Sep 2024 16:55:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727369734; bh=0cy9otmnPPXzdVeNfrVkQsGQlELKXLGB4d+u+FMomtw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dRO/1lry9ZGcnELOsD8KJjQQOjV120MEfQ7zdSZ0SbLhwpMvF1DoCIm02iTTOudMY nC4KA4GXRnGN8DL6bWGR7FXEaKsacXOY9UoynsMfwFZ8mQoZTnZu786nZss7lR6+cE GOwQldF3HYIfdRcwAKFglOrte6B/a5XDU1U5q6ECLQZ14VhPSOub63EQTExQSmwxOX Jdg1WG8wPWsz1KCEUUYVOxRghrjQlFOhPJ2psnnt8t8UhVNOvOuV2LkRLs3ely1OIb csPnxfQTJeIDKdwa1yuETaCWlIP/rmJ/O0x6BZGH712Jp9mxDuP+OBsbIMUngKRGXh FktDddQXwIU2g== Date: Thu, 26 Sep 2024 17:55:30 +0100 From: Conor Dooley To: "Rob Herring (Arm)" Cc: Linus Walleij , Bartosz Golaszewski , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example Message-ID: <20240926-grazing-subsystem-67346a9d98db@spud> References: <20240925173504.1906872-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6XITQ/aJcYDuOBEP" Content-Disposition: inline In-Reply-To: <20240925173504.1906872-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240926_095536_421753_9F9C6439 X-CRM114-Status: GOOD ( 10.32 ) 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 --6XITQ/aJcYDuOBEP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 25, 2024 at 12:35:03PM -0500, Rob Herring (Arm) wrote: > Enabling dtc interrupt_provider check reveals the example is missing the > "#interrupt-cells" property as it is a dependency of > "interrupt-controller". >=20 > Signed-off-by: Rob Herring (Arm) Acked-by: Conor Dooley --6XITQ/aJcYDuOBEP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZvWSAgAKCRB4tDGHoIJi 0qsjAQDWt6pGoSgkVYwLh9bU6yUOqjycuEWRAAQURv31R5Er5wEAwWtRvXSFSSMl zP6+xkn2jeT/20GJ8MduTjCudamUjQU= =JQON -----END PGP SIGNATURE----- --6XITQ/aJcYDuOBEP--