* [PATCH] arm64: dts: mt8192: Add watchdog node
@ 2022-02-07 9:40 Allen-KH Cheng
2022-02-11 20:05 ` Nícolas F. R. A. Prado
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Allen-KH Cheng @ 2022-02-07 9:40 UTC (permalink / raw)
To: Matthias Brugger, Rob Herring, nfraprado
Cc: Project_Global_Chrome_Upstream_Group, devicetree,
linux-arm-kernel, linux-kernel, linux-mediatek, srv_heupstream,
Chen-Yu Tsai, Ryder Lee, Allen-KH Cheng
From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Add watchdog device node to MT8192 SoC.
Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
---
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
index cc3953df0153..c1d4030e7e4b 100644
--- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
@@ -301,6 +301,12 @@
#interrupt-cells = <2>;
};
+ watchdog: watchdog@10007000 {
+ compatible = "mediatek,mt8192-wdt";
+ reg = <0 0x10007000 0 0x100>;
+ #reset-cells = <1>;
+ };
+
apmixedsys: syscon@1000c000 {
compatible = "mediatek,mt8192-apmixedsys", "syscon";
reg = <0 0x1000c000 0 0x1000>;
--
2.18.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: mt8192: Add watchdog node
2022-02-07 9:40 [PATCH] arm64: dts: mt8192: Add watchdog node Allen-KH Cheng
@ 2022-02-11 20:05 ` Nícolas F. R. A. Prado
2022-02-17 10:36 ` AngeloGioacchino Del Regno
2022-02-28 9:45 ` Matthias Brugger
2 siblings, 0 replies; 4+ messages in thread
From: Nícolas F. R. A. Prado @ 2022-02-11 20:05 UTC (permalink / raw)
To: Allen-KH Cheng
Cc: Matthias Brugger, Rob Herring,
Project_Global_Chrome_Upstream_Group, devicetree,
linux-arm-kernel, linux-kernel, linux-mediatek, srv_heupstream,
Chen-Yu Tsai, Ryder Lee
Hi Allen,
thanks for the patch.
On Mon, Feb 07, 2022 at 05:40:24PM +0800, Allen-KH Cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> Add watchdog device node to MT8192 SoC.
>
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Thanks,
Nícolas
> ---
> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> index cc3953df0153..c1d4030e7e4b 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> @@ -301,6 +301,12 @@
> #interrupt-cells = <2>;
> };
>
> + watchdog: watchdog@10007000 {
> + compatible = "mediatek,mt8192-wdt";
> + reg = <0 0x10007000 0 0x100>;
> + #reset-cells = <1>;
> + };
> +
> apmixedsys: syscon@1000c000 {
> compatible = "mediatek,mt8192-apmixedsys", "syscon";
> reg = <0 0x1000c000 0 0x1000>;
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: mt8192: Add watchdog node
2022-02-07 9:40 [PATCH] arm64: dts: mt8192: Add watchdog node Allen-KH Cheng
2022-02-11 20:05 ` Nícolas F. R. A. Prado
@ 2022-02-17 10:36 ` AngeloGioacchino Del Regno
2022-02-28 9:45 ` Matthias Brugger
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-02-17 10:36 UTC (permalink / raw)
To: Allen-KH Cheng, Matthias Brugger, Rob Herring, nfraprado
Cc: Project_Global_Chrome_Upstream_Group, devicetree,
linux-arm-kernel, linux-kernel, linux-mediatek, srv_heupstream,
Chen-Yu Tsai, Ryder Lee
Il 07/02/22 10:40, Allen-KH Cheng ha scritto:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> Add watchdog device node to MT8192 SoC.
>
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> index cc3953df0153..c1d4030e7e4b 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> @@ -301,6 +301,12 @@
> #interrupt-cells = <2>;
> };
>
> + watchdog: watchdog@10007000 {
> + compatible = "mediatek,mt8192-wdt";
> + reg = <0 0x10007000 0 0x100>;
> + #reset-cells = <1>;
> + };
> +
> apmixedsys: syscon@1000c000 {
> compatible = "mediatek,mt8192-apmixedsys", "syscon";
> reg = <0 0x1000c000 0 0x1000>;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: mt8192: Add watchdog node
2022-02-07 9:40 [PATCH] arm64: dts: mt8192: Add watchdog node Allen-KH Cheng
2022-02-11 20:05 ` Nícolas F. R. A. Prado
2022-02-17 10:36 ` AngeloGioacchino Del Regno
@ 2022-02-28 9:45 ` Matthias Brugger
2 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2022-02-28 9:45 UTC (permalink / raw)
To: Allen-KH Cheng, Rob Herring, nfraprado
Cc: Project_Global_Chrome_Upstream_Group, devicetree,
linux-arm-kernel, linux-kernel, linux-mediatek, srv_heupstream,
Chen-Yu Tsai, Ryder Lee
On 07/02/2022 10:40, Allen-KH Cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> Add watchdog device node to MT8192 SoC.
>
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Applied thanks!
Matthias
> ---
> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> index cc3953df0153..c1d4030e7e4b 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> @@ -301,6 +301,12 @@
> #interrupt-cells = <2>;
> };
>
> + watchdog: watchdog@10007000 {
> + compatible = "mediatek,mt8192-wdt";
> + reg = <0 0x10007000 0 0x100>;
> + #reset-cells = <1>;
> + };
> +
> apmixedsys: syscon@1000c000 {
> compatible = "mediatek,mt8192-apmixedsys", "syscon";
> reg = <0 0x1000c000 0 0x1000>;
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-02-28 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 9:40 [PATCH] arm64: dts: mt8192: Add watchdog node Allen-KH Cheng
2022-02-11 20:05 ` Nícolas F. R. A. Prado
2022-02-17 10:36 ` AngeloGioacchino Del Regno
2022-02-28 9:45 ` Matthias Brugger
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).