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 30CDF155359; Wed, 18 Dec 2024 19:29:44 +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=1734550185; cv=none; b=VpN7SII7h5qHwthQiYCBxjEd1Qj01sDXjrwxTvMsTwEyJJUv+1XH0usntJDcUfRsNdyWelQgdTM2xE/an6II6Myj9RBTH4vkFczpuvxwDvBJ4Avn0muzCoKPMbMg+y8BgDAq0uB4koW5m3a9+zJA+5KxFoAmWVwptDBrWVndgWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734550185; c=relaxed/simple; bh=hpHX0UvlDSyx5pI6TYm4aijPyLWk5pW7U6lcQ6Ug62M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jZdI2tPSiTCMM1TuBjaWE+GigdA0m3xDTaGjhfREa6ahROXG4mLsAl85z6nv6qd6OQ6ohFT7AsIqfXcdh3NixxkcRUCyp8S3SokQFM342hwK1LGJ8UqnkcsK9oAhTAC3SYjuDGV2f09g+JcA0Yfj8oZDhyPvlg1hN8xNfWr/UNY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MTLM1y9+; 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="MTLM1y9+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CB43C4CECD; Wed, 18 Dec 2024 19:29:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734550184; bh=hpHX0UvlDSyx5pI6TYm4aijPyLWk5pW7U6lcQ6Ug62M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MTLM1y9+BaliZsAek+5vTR03HZ4lRIiGx3QMAcZopwX5TDjKj2wifgN+BF2zRiznq ofdT9C+vTHx++rtK6H24eRP222dWLDeBfN8R8qMgNoSatfP8wo733evdTQwOp+xMB/ o9Sn99LrH/jy2Rb4xyPq41WU6PdTC8/Fta+POJjdrkPCyjTN9TH/wC39Haf4Siig2A KSA//35IZw/pvAGLe1qJuUz+xocCL3ttaSpbEjWkyWrkywaAdRzdn0pt2PuwqL+dEX TNFV8nyhVl+FV62uyPgtgQNTi/Jd1nEZUaDK0kRMHi15DviqjElrlEbfzdEv+mxNAN fTlKl8PD07R+A== Date: Wed, 18 Dec 2024 13:29:42 -0600 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Thomas Gleixner , linux-kernel@vger.kernel.org, Conor Dooley , Marc Zyngier , Krzysztof Kozlowski Subject: Re: [PATCH] dt-bindings: interrupt-controller: arm,gic: Correct VGIC interrupt description Message-ID: <173455018100.2198330.12077558801772545243.robh@kernel.org> References: <20241217061226.14139-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241217061226.14139-1-krzysztof.kozlowski@linaro.org> On Tue, 17 Dec 2024 07:12:26 +0100, Krzysztof Kozlowski wrote: > The description of VGIC interrupt referenced obsolete "see below" after > converting TXT to DT Schema in commit 66ed144f147a ("dt-bindings: > interrupt-controller: Convert ARM GIC to json-schema"), because there is > no dedicated "VGIC" chapter anymore below. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/interrupt-controller/arm,gic.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!