All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: Mark Kettenis <kettenis@openbsd.org>, u-boot@lists.denx.de
Cc: sjg@chromium.org, sven@svenpeter.dev
Subject: Re: [PATCH 2/3] arm: dts: apple: Add watchdog timer node
Date: Tue, 11 Jan 2022 09:59:37 +0100	[thread overview]
Message-ID: <bfe85c5e-5e55-5577-b5bb-dc3950a2499a@denx.de> (raw)
In-Reply-To: <20211114111942.96151-3-kettenis@openbsd.org>

On 11/14/21 12:19, Mark Kettenis wrote:
> Add a node for the watchdog timer based on the proposed Linux
> device tree bindings.
> 
> Signed-off-by: Sven Peter <sven@svenpeter.dev>
> Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> ---
>   arch/arm/dts/t8103.dtsi | 13 ++++++++-----
>   1 file changed, 8 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/dts/t8103.dtsi b/arch/arm/dts/t8103.dtsi
> index 7d9cb272f9..03d8436fec 100644
> --- a/arch/arm/dts/t8103.dtsi
> +++ b/arch/arm/dts/t8103.dtsi
> @@ -328,6 +328,14 @@
>   				     <AIC_IRQ 336 IRQ_TYPE_LEVEL_HIGH>;
>   		};
>   
> +		wdt: watchdog@23d2b0000 {
> +			compatible = "apple,t8103-wdt", "apple,wdt";
> +			reg = <0x2 0x3d2b0000 0x0 0x4000>;
> +			clocks = <&clkref>;
> +			interrupt-parent = <&aic>;
> +			interrupts = <AIC_IRQ 338 IRQ_TYPE_LEVEL_HIGH>;
> +		};
> +
>   		pinctrl_smc: pinctrl@23e820000 {
>   			compatible = "apple,t8103-pinctrl", "apple,pinctrl";
>   			reg = <0x2 0x3e820000 0x0 0x4000>;
> @@ -529,11 +537,6 @@
>   			status = "disabled";
>   		};
>   
> -		reboot@23d2b0000 {
> -			compatible = "apple,reboot-v0";
> -			reg = <0x2 0x3d2b0000 0x0 0x4000>;
> -		};
> -

It would be helpful IMHO, if you could add a small comment in the commit
text, why you are removing this DT node with this patch.

Other than this:

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

  parent reply	other threads:[~2022-01-11  8:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14 11:19 [PATCH 0/4] Apple M1 watchdog timer Mark Kettenis
2021-11-14 11:19 ` [PATCH 1/3] watchdog: Add a driver for the Apple watchdog Mark Kettenis
2021-11-14 12:36   ` Sven Peter
2021-11-25  0:12   ` Simon Glass
2022-01-11  8:57   ` Stefan Roese
2022-01-12 18:49     ` Mark Kettenis
2021-11-14 11:19 ` [PATCH 2/3] arm: dts: apple: Add watchdog timer node Mark Kettenis
2021-11-25  0:12   ` Simon Glass
2022-01-11  8:59   ` Stefan Roese [this message]
2021-11-14 11:19 ` [PATCH 3/3] arm: apple: Use watchdog timer for system reset Mark Kettenis
2021-11-25  0:12   ` Simon Glass
2022-01-11  9:00   ` Stefan Roese
2022-01-10 20:25 ` [PATCH 0/4] Apple M1 watchdog timer Mark Kettenis
2022-01-11  6:08   ` Stefan Roese

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=bfe85c5e-5e55-5577-b5bb-dc3950a2499a@denx.de \
    --to=sr@denx.de \
    --cc=kettenis@openbsd.org \
    --cc=sjg@chromium.org \
    --cc=sven@svenpeter.dev \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.