qcom: ipq4019: add watchdog node to ipq4019 SoC and DK01 device tree
authorMatthew McClintock <mmcclint@codeaurora.org>
Wed, 23 Mar 2016 22:05:05 +0000 (17:05 -0500)
committerAndy Gross <andy.gross@linaro.org>
Wed, 20 Apr 2016 02:42:15 +0000 (21:42 -0500)
This will allow boards to enable watchdog support

Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
arch/arm/boot/dts/qcom-ipq4019.dtsi

index fe78f3f2c9192095514844a587f5362e816c3175..223da1afd89ad9afb4c8a2682d1954f1a1a42422 100644 (file)
@@ -55,5 +55,9 @@
                        pinctrl-names = "default";
                        status = "ok";
                };
+
+               watchdog@b017000 {
+                       status = "ok";
+               };
        };
 };
index e44f5b6a1c76187e8b3243c50c43c89f5908eb81..00a5e9ef95ea76e1ab445de982b4d2190ea47b14 100644 (file)
                                <&gcc GCC_BLSP1_AHB_CLK>;
                        clock-names = "core", "iface";
                };
+
+               watchdog@b017000 {
+                       compatible = "qcom,kpss-standalone";
+                       reg = <0xb017000 0x40>;
+                       clocks = <&sleep_clk>;
+                       timeout-sec = <10>;
+                       status = "disabled";
+               };
        };
 };
This page took 0.028271 seconds and 5 git commands to generate.