diff options
author | Matthew McClintock <mmcclint@codeaurora.org> | 2016-03-24 01:05:05 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-04-20 05:42:15 +0300 |
commit | 40057afdc2a02e488a3556dedd8383f86751d006 (patch) | |
tree | 1458c94881026538a21629e5296de2ec3517c437 /arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | |
parent | 595b30c716d57cd4b61054de338bf834fc7a351e (diff) | |
download | linux-40057afdc2a02e488a3556dedd8383f86751d006.tar.xz |
qcom: ipq4019: add watchdog node to ipq4019 SoC and DK01 device tree
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>
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi index fe78f3f2c919..223da1afd89a 100644 --- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi @@ -55,5 +55,9 @@ pinctrl-names = "default"; status = "ok"; }; + + watchdog@b017000 { + status = "ok"; + }; }; }; |