diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-20 23:45:08 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-20 23:45:07 -0800 |
| commit | 2137d589dffec6f686efb85ac5d6883423c48895 (patch) | |
| tree | dfc72569cd0f2a2284843f6e4de9cf30f72789cc /arch | |
| parent | 2943e1c11047ee9e3f4f2ed4dfb1e344118c6467 (diff) | |
| parent | ac0703dbd6400d3a65cd0a29e89ddb292e5b8171 (diff) | |
Merge "ARM: dts: msm: Disable lpm sleep modes for msmtriton"
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmtriton-rumi.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmtriton-rumi.dts b/arch/arm/boot/dts/qcom/msmtriton-rumi.dts index 094d1ef6812c..b2ad04bca714 100644 --- a/arch/arm/boot/dts/qcom/msmtriton-rumi.dts +++ b/arch/arm/boot/dts/qcom/msmtriton-rumi.dts @@ -20,6 +20,10 @@ model = "Qualcomm Technologies, Inc. MSM TRITON RUMI"; compatible = "qcom,msmtriton-rumi", "qcom,msmtriton", "qcom,rumi"; qcom,board-id = <15 0>; + + chosen { + bootargs = "lpm_levels.sleep_disabled=1"; + }; }; &usb3 { |
