summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRunmin Wang <runminw@codeaurora.org>2016-02-17 15:53:54 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-25 16:02:40 -0700
commitbe330463b1e677f33dfcfccf6271f99508dc2eff (patch)
treefec8c657c37106ccd727f0e46c24b6048defd220 /arch
parent4689a975253393332073a281e1e9001d944f5572 (diff)
ARM: dts: msm: Disable watchdog on MSMCOBALT Virtio
Turn off watchdog on Virtio on MSMCOBALT. CRs-Fixed: 983131 Change-Id: I2684d52b95cb446013d2620de252b6abe3e1e5bd Signed-off-by: Runmin Wang <runminw@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt-sim.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-sim.dts b/arch/arm/boot/dts/qcom/msmcobalt-sim.dts
index be6981309585..b7d7f97a8250 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt-sim.dts
+++ b/arch/arm/boot/dts/qcom/msmcobalt-sim.dts
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -23,6 +23,10 @@
qcom,board-id = <16 0>;
};
+&wdog {
+ status = "disabled";
+};
+
&ufsphy1 {
status = "ok";
};