diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-26 14:26:48 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-26 14:26:47 -0800 |
| commit | 7183205cd4e3722a48cbd556d3393ccd8b9990f6 (patch) | |
| tree | 582b53bef9944bc40f3e2a096c327cfe5d5164ac | |
| parent | 04da367b64e3476743bda2faa0aa09a7c9a7ff96 (diff) | |
| parent | 5282e3353f1ed82938e3609bf5de1eb92f91fcec (diff) | |
Merge "ARM: dts: msm: add support of pm3falcon PMIC for msmfalcon"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-pm3falcon.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-pm3falcon.dtsi b/arch/arm/boot/dts/qcom/msm-pm3falcon.dtsi new file mode 100644 index 000000000000..dcf7030a78e4 --- /dev/null +++ b/arch/arm/boot/dts/qcom/msm-pm3falcon.dtsi @@ -0,0 +1,16 @@ +/* Copyright (c) 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 + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/* Disable WLED */ +&pm2falcon_wled { + status = "disabled"; +}; |
