diff options
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-sim.dts | 6 |
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"; }; |
