* [PATCH] arm64: dts: apple: t8103: Add watchdog node
@ 2021-12-11 12:40 Sven Peter
2021-12-12 1:36 ` Hector Martin
0 siblings, 1 reply; 2+ messages in thread
From: Sven Peter @ 2021-12-11 12:40 UTC (permalink / raw)
To: Hector Martin, Sven Peter
Cc: Alyssa Rosenzweig, Rob Herring, linux-arm-kernel, devicetree,
linux-kernel
Add the watchdog node which also enables reboot support on the t8103.
Signed-off-by: Sven Peter <sven@svenpeter.dev>
---
arch/arm64/boot/dts/apple/t8103.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/apple/t8103.dtsi
index fc8b2bb06ffe..6ef28d833e4f 100644
--- a/arch/arm64/boot/dts/apple/t8103.dtsi
+++ b/arch/arm64/boot/dts/apple/t8103.dtsi
@@ -199,6 +199,14 @@ pinctrl_nub: pinctrl@23d1f0000 {
<AIC_IRQ 336 IRQ_TYPE_LEVEL_HIGH>;
};
+ wdt: watchdog@23d2b0000 {
+ compatible = "apple,t8103-wdt", "apple,wdt";
+ reg = <0x2 0x3d2b0000 0x0 0x4000>;
+ clocks = <&clk24>;
+ 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>;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: apple: t8103: Add watchdog node
2021-12-11 12:40 [PATCH] arm64: dts: apple: t8103: Add watchdog node Sven Peter
@ 2021-12-12 1:36 ` Hector Martin
0 siblings, 0 replies; 2+ messages in thread
From: Hector Martin @ 2021-12-12 1:36 UTC (permalink / raw)
To: Sven Peter
Cc: Alyssa Rosenzweig, Rob Herring, linux-arm-kernel, devicetree,
linux-kernel
On 11/12/2021 21.40, Sven Peter wrote:
> Add the watchdog node which also enables reboot support on the t8103.
>
> Signed-off-by: Sven Peter <sven@svenpeter.dev>
> ---
> arch/arm64/boot/dts/apple/t8103.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/apple/t8103.dtsi
> index fc8b2bb06ffe..6ef28d833e4f 100644
> --- a/arch/arm64/boot/dts/apple/t8103.dtsi
> +++ b/arch/arm64/boot/dts/apple/t8103.dtsi
> @@ -199,6 +199,14 @@ pinctrl_nub: pinctrl@23d1f0000 {
> <AIC_IRQ 336 IRQ_TYPE_LEVEL_HIGH>;
> };
>
> + wdt: watchdog@23d2b0000 {
> + compatible = "apple,t8103-wdt", "apple,wdt";
> + reg = <0x2 0x3d2b0000 0x0 0x4000>;
> + clocks = <&clk24>;
> + 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>;
>
Acked-by: Hector Martin <marcan@marcan.st>
Thanks! Applied to asahi-soc/dt :)
--
Hector Martin (marcan@marcan.st)
Public Key: https://mrcn.st/pub
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-12 1:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 12:40 [PATCH] arm64: dts: apple: t8103: Add watchdog node Sven Peter
2021-12-12 1:36 ` Hector Martin
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).