ARM: dts: msm: Add regulator node to flash-led for pmicobalt
The flash-led switch node must vote on the pmicobalt BoB regulator. Hence, add this regulator node to that. CRs-Fixed: 1024187 Change-Id: Ic4ec03e4fd545d44118c2225a3f8e26901ca1d81 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
This commit is contained in:
parent
94d2a9fd5d
commit
477a0ded2e
1 changed files with 5 additions and 2 deletions
|
@ -686,8 +686,11 @@
|
||||||
pmicobalt_switch: qcom,led_switch {
|
pmicobalt_switch: qcom,led_switch {
|
||||||
label = "switch";
|
label = "switch";
|
||||||
qcom,led-name = "led:switch";
|
qcom,led-name = "led:switch";
|
||||||
qcom,default-led-trigger =
|
qcom,default-led-trigger = "switch_trigger";
|
||||||
"switch_trigger";
|
reg0 {
|
||||||
|
regulator-name = "pmicobalt_bob";
|
||||||
|
max-voltage-uv = <3600000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue