From: Leela Krishna Amudala Date: Sat, 15 Feb 2014 16:58:29 +0000 (+0900) Subject: ARM: dts: update watchdog device nodes for exynos5250 and exynos5420 X-Git-Tag: accepted/tizen/common/20150114.162108~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e43aecb295b98ed57acb4a3667358280ff0f4a6;p=platform%2Fkernel%2Flinux-3.10.git ARM: dts: update watchdog device nodes for exynos5250 and exynos5420 In EXYNOS5 series SoCs, PMU has registers to enable/disable mask/unmask watchdog timer which is not the case with s3c series SoCs so, there is a need to have different compatible names for watchdog to handle these pmu registers access. Hence this patch removes watchdog node from Exynos5.dtsi common file and make it separate by updating existing node in Exynos5250 and adding new node to Exynos5420. This patch also makes the watchdog node enabled by default Signed-off-by: Leela Krishna Amudala Reviewed-by: Tomasz Figa Reviewed-by: Doug Anderson Tested-by: Doug Anderson Acked-by: Guenter Roeck Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi index 258dca4..79d0608 100644 --- a/arch/arm/boot/dts/exynos5.dtsi +++ b/arch/arm/boot/dts/exynos5.dtsi @@ -81,13 +81,6 @@ status = "disabled"; }; - watchdog { - compatible = "samsung,s3c2410-wdt"; - reg = <0x101D0000 0x100>; - interrupts = <0 42 0>; - status = "disabled"; - }; - fimd@14400000 { compatible = "samsung,exynos5250-fimd"; interrupt-parent = <&combiner>;