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 fe78f3f..223da1a 100644 (file)
@@ -55,5 +55,9 @@
                        pinctrl-names = "default";
                        status = "ok";
                };
+
+               watchdog@b017000 {
+                       status = "ok";
+               };
        };
 };
index e44f5b6..00a5e9e 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";
+               };
        };
 };