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 1507B7260A; Thu, 29 Jan 2026 16:16:48 +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=1769703409; cv=none; b=s5OozNv8C/7LEz7/QQkS+v2Ub9aBvn5SHYQR2LBXwuTSyU1JKklKhtxvi/wye0uih5B6EwJFIguotsjwO18FzAvkP4v8k6Po1R7EqvZEcRguijgYJvLO8R7JKvIBRdmvFHEy7ZWgZ2hIPpDX1yyxEbQgkprzzlhpgoX8LL6B4hs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769703409; c=relaxed/simple; bh=ZKh+gwOXIrHUXWgIsde1vq5TQv6RVWGnWv4kiXsAKJM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=drajozW8W+m4cs8BxOSLTNmhEB9O5NMECwJuVcEHrCXitKy8JzpAvooThGT4NFD/ZqIJaJvlziqi04h1YsYkSKjyAU7R5oUB7MQM6iWupTjM7f0+OWT907jSi1EbroHL4NJ0qb6cfeJdCTgFvnht1EgvNlWDeGfV3m+1ppaRw3Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qPBuSKsG; 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="qPBuSKsG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85063C4CEF7; Thu, 29 Jan 2026 16:16:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769703408; bh=ZKh+gwOXIrHUXWgIsde1vq5TQv6RVWGnWv4kiXsAKJM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qPBuSKsG8T4BCOrEBRaDWr8MG+IzuvfSTZjfiuYNld26Igdxvp+JkV67AHJHQMOjE tcfnvilda9aCiR4vVSui0M8WxMjSRcVJSKjyE8pH8VdR9RiyEof8qoQftVKMWKuLUA VMwEpMoBhxgTZj/epqG8Ds9XLp5IWMW/039AmDx898PWnf05qKj4EPNVo0d7ReszNV L1COCTOGuT7VB/RLypoukJb/HjQz84NoC1+0+WWDUMeF5/hxM2fwD9EFxXzyxt/UA/ Sg0aStCqlUvW3E3MtZmzIn3zwXbAsDxfjr2KqjGQTZ1yNyAJnkx25yX750PtdkcBef 8DyFa8g0/YEEA== Date: Thu, 29 Jan 2026 10:16:47 -0600 From: Rob Herring To: Gatien CHEVALLIER Cc: Suzuki K Poulose , Mike Leach , James Clark , Krzysztof Kozlowski , Conor Dooley , Mathieu Poirier , Leo Yan , =?iso-8859-1?Q?Cl=E9ment?= Le Goffic , Linus Walleij , Maxime Coquelin , Alexandre Torgue , jens.wiklander@linaro.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH v5 03/12] dt-bindings: bus: document the stm32 debug bus Message-ID: <20260129161647.GA1176398-robh@kernel.org> References: <20260123-debug_bus-v5-0-90b670844241@foss.st.com> <20260123-debug_bus-v5-3-90b670844241@foss.st.com> <089559fd-3c9a-4ff4-8732-bb23fa907be8@foss.st.com> 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: <089559fd-3c9a-4ff4-8732-bb23fa907be8@foss.st.com> On Wed, Jan 28, 2026 at 03:23:45PM +0100, Gatien CHEVALLIER wrote: > Hello, > > Does this binding file satisfy the feedback received? Please check patchwork if you want to know the status of your patch. > > Thanks, > Gatien > > On 1/23/26 11:39, Gatien Chevallier wrote: > > Document the stm32 debug bus. The debug bus is responsible for > > checking the debug sub-system accessibility before probing any related > > drivers. > > > > Signed-off-by: Gatien Chevallier > > --- > > .../bindings/bus/st,stm32mp131-dbg-bus.yaml | 76 ++++++++++++++++++++++ > > 1 file changed, 76 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/bus/st,stm32mp131-dbg-bus.yaml b/Documentation/devicetree/bindings/bus/st,stm32mp131-dbg-bus.yaml > > new file mode 100644 > > index 000000000000..6c74433efbe3 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/bus/st,stm32mp131-dbg-bus.yaml > > @@ -0,0 +1,76 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/bus/st,stm32mp131-dbg-bus.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: STM32 Coresight bus > > + > > +maintainers: > > + - Gatien Chevallier > > + > > +description: > > + The STM32 debug bus is in charge of checking the debug configuration > > + of the platform before probing the peripheral drivers that rely on the debug > > + domain. > > + > > +properties: > > + compatible: > > + items: > > + - enum: > > + - st,stm32mp131-dbg-bus > > + - st,stm32mp151-dbg-bus > > + > > + "#address-cells": > > + const: 1 > > + > > + "#size-cells": > > + const: 1 > > + > > + ranges: > > + minItems: 1 > > + maxItems: 2 > > + > > + "#access-controller-cells": > > + const: 1 > > + description: > > + Contains the debug profile necessary to access the peripheral. > > + > > +patternProperties: > > + "@[0-9a-f]+$": > > + description: Debug related peripherals > > + type: object > > + > > + additionalProperties: true > > + > > + required: > > + - access-controllers > > + > > +required: > > + - "#access-controller-cells" > > + - "#address-cells" > > + - "#size-cells" > > + - compatible > > + - ranges > > + > > +additionalProperties: false > > + > > +examples: > > + - | > > + #include > > + > > + dbg_bus: bus@50080000 { > > + compatible = "st,stm32mp131-dbg-bus"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + #access-controller-cells = <1>; > > + ranges = <0x50080000 0x50080000 0x3f80000>; > > + > > + cti@50094000 { > > + compatible = "arm,coresight-cti", "arm,primecell"; > > + reg = <0x50094000 0x1000>; > > + clocks = <&rcc CK_DBG>; > > + clock-names = "apb_pclk"; > > + access-controllers = <&dbg_bus 0>; > > + }; > > + }; > > >