From: Donghyeok Choe Date: Fri, 14 Dec 2018 06:47:56 +0000 (+0900) Subject: [ERD][NEUS7920-76] [9610] arm64: dts: Add watchdog device node for FIQ Debugger X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0e79dbd82507f39398964857ab411a3b7f74858c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [ERD][NEUS7920-76] [9610] arm64: dts: Add watchdog device node for FIQ Debugger Change-Id: Ifccfe5b7fa347a12df4169c728cbbea5fa13ecbd Signed-off-by: Donghyeok Choe --- diff --git a/arch/arm64/boot/dts/exynos/exynos9610-debug.dtsi b/arch/arm64/boot/dts/exynos/exynos9610-debug.dtsi index 74c6db6f71df..65bec690bd7e 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610-debug.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610-debug.dtsi @@ -21,7 +21,7 @@ #address-cells = <1>; #size-cells = <1>; - //use_multistage_wdt_irq = <497>; + use_multistage_wdt_irq = <265>; dump-info@0x0 { #address-cells = <1>; #size-cells = <1>; diff --git a/arch/arm64/boot/dts/exynos/exynos9610.dtsi b/arch/arm64/boot/dts/exynos/exynos9610.dtsi index 7311819228ed..1317cb93ca7d 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610.dtsi @@ -2447,7 +2447,7 @@ }; }; - watchdog_cl0@10050000 { + watchdog_cl0@10050000 { //WDT_CPUCL0 compatible = "samsung,exynos7-wdt"; reg = <0x0 0x10050000 0x100>; interrupts = <0 232 0>; @@ -2458,6 +2458,18 @@ index = <0>; /* if little cluster then index is 0*/ }; + watchdog_cl1@10060000 { //WDT_CPUCL1 + compatible = "samsung,exynos8-wdt"; + reg = <0x0 0x10060000 0x100>; + interrupts = <0 233 0>; + clocks = <&clock OSCCLK>, <&clock GATE_WDT_CLUSTER1_QCH>; + clock-names = "rate_watchdog", "gate_watchdog"; + timeout-sec = <30>; + samsung,syscon-phandle = <&pmu_system_controller>; + index = <1>; /* if little cluster then index is 0*/ + use_multistage_wdt; + }; + exynos_adc: adc@11C30000 { compatible = "samsung,exynos-adc-v3"; reg = <0x0 0x11C30000 0x100>;