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:
Devesh Jhunjhunwala 2016-05-27 02:46:12 -07:00 committed by Kyle Yan
parent 94d2a9fd5d
commit 477a0ded2e

View file

@ -686,8 +686,11 @@
pmicobalt_switch: qcom,led_switch {
label = "switch";
qcom,led-name = "led:switch";
qcom,default-led-trigger =
"switch_trigger";
qcom,default-led-trigger = "switch_trigger";
reg0 {
regulator-name = "pmicobalt_bob";
max-voltage-uv = <3600000>;
};
};
};
};