linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<p.zabel@pengutronix.de>, <sre@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-pm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v5 9/9] ARM: dts: at91: sama7g5: add reset-controller node
Date: Mon, 4 Jul 2022 06:47:49 +0000	[thread overview]
Message-ID: <b68aff8b-7a0f-810b-2e13-95f3734e0e18@microchip.com> (raw)
In-Reply-To: <20220610092414.1816571-10-claudiu.beznea@microchip.com>

On 10.06.2022 12:24, Claudiu Beznea wrote:
> Add reset controller node.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Applied to at91-dt, thanks!

> ---
>  arch/arm/boot/dts/sama7g5.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi
> index a37e3a80392d..bb6d71e6dfeb 100644
> --- a/arch/arm/boot/dts/sama7g5.dtsi
> +++ b/arch/arm/boot/dts/sama7g5.dtsi
> @@ -198,6 +198,13 @@ pmc: pmc@e0018000 {
>  			clock-names = "td_slck", "md_slck", "main_xtal";
>  		};
>  
> +		reset_controller: reset-controller@e001d000 {
> +			compatible = "microchip,sama7g5-rstc";
> +			reg = <0xe001d000 0xc>, <0xe001d0e4 0x4>;
> +			#reset-cells = <1>;
> +			clocks = <&clk32k 0>;
> +		};
> +
>  		shdwc: shdwc@e001d010 {
>  			compatible = "microchip,sama7g5-shdwc", "syscon";
>  			reg = <0xe001d010 0x10>;


  reply	other threads:[~2022-07-04  6:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10  9:24 [PATCH v5 0/9] power: reset: at91-reset: add support for sama7g5 Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 1/9] ARM: dts: at91: use generic name for reset controller Claudiu Beznea
2022-07-04  6:47   ` Claudiu.Beznea
2022-06-10  9:24 ` [PATCH v5 2/9] dt-bindings: reset: convert Atmel/Microchip reset controller to YAML Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 3/9] dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 4/9] dt-bindings: reset: add sama7g5 definitions Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 5/9] power: reset: at91-reset: document structures and enums Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 6/9] power: reset: at91-reset: add at91_reset_data Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 7/9] power: reset: at91-reset: add reset_controller_dev support Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 8/9] power: reset: at91-reset: add support for SAMA7G5 Claudiu Beznea
2022-06-10  9:24 ` [PATCH v5 9/9] ARM: dts: at91: sama7g5: add reset-controller node Claudiu Beznea
2022-07-04  6:47   ` Claudiu.Beznea [this message]
2022-06-17 15:39 ` [PATCH v5 0/9] power: reset: at91-reset: add support for sama7g5 Sebastian Reichel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b68aff8b-7a0f-810b-2e13-95f3734e0e18@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=sre@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).