[PATCH] arm64: dts: mt8192: Add watchdog node
Matthias Brugger
matthias.bgg at gmail.com
Mon Feb 28 01:45:51 PST 2022
On 07/02/2022 10:40, Allen-KH Cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng at mediatek.com>
>
> Add watchdog device node to MT8192 SoC.
>
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng at 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 at 10007000 {
> + compatible = "mediatek,mt8192-wdt";
> + reg = <0 0x10007000 0 0x100>;
> + #reset-cells = <1>;
> + };
> +
> apmixedsys: syscon at 1000c000 {
> compatible = "mediatek,mt8192-apmixedsys", "syscon";
> reg = <0 0x1000c000 0 0x1000>;
More information about the linux-arm-kernel
mailing list