ARM: dts: msm: correct PM8994 L18 pin control regulator name for msm8996
Change d743524091501ae60c76b272c45048a17144cc22 ("ARM: dts: msm: add PM8994 LDO 18 pin control regulator for msm8996") added a new rpm-smd-regulator device for the pin control version of the PM8994 LDO 18 regulator. Unfortunately, it specified the same device node name as used for the original LDO 18 regulator. This had the effect of removing the original LDO 18 regulator and switching all of its consumers to the pin control version. Correct this by changing the name of the LDO 18 pin control device to regulator-l18-pin-ctrl. Change-Id: I2311b7c54afa98365e497598f7fb4be787141860 CRs-Fixed: 978138 Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
parent
7f5348933a
commit
d3b5ab2373
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2014-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
|
||||
|
@ -276,7 +276,7 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
pm8994_l18_pin_ctrl: regulator-l18 {
|
||||
pm8994_l18_pin_ctrl: regulator-l18-pin-ctrl {
|
||||
compatible = "qcom,rpm-smd-regulator";
|
||||
regulator-name = "pm8994_l18_pin_ctrl";
|
||||
qcom,set = <3>;
|
||||
|
|
Loading…
Add table
Reference in a new issue