This patch adds clock entries to watchdog node for exynos5420
as per the common clock framework of exynos5420

Reviewed-by: Alim Akhtar <[email protected]>
Reviewed-by: Doug Anderson <[email protected]>
Signed-off-by: Leela Krishna Amudala <[email protected]>
---
 arch/arm/boot/dts/exynos5420.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi 
b/arch/arm/boot/dts/exynos5420.dtsi
index 8c54c4b..e1d2d20 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -145,4 +145,10 @@
                clocks = <&clock 260>, <&clock 131>;
                clock-names = "uart", "clk_uart_baud0";
        };
+
+       watchdog {
+               clocks = <&clock 316>;
+               clock-names = "watchdog";
+               status = "okay";
+       };
 };
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to