ipq806x: set apq8064 regulator to support cpuidle
Set qcom,apq8064-saw2-v1.1-cpu as regulator to make cpuidle work. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
parent
61505922dc
commit
71b1062230
@ -70,6 +70,7 @@
|
|||||||
CPU_SPC: spc {
|
CPU_SPC: spc {
|
||||||
compatible = "qcom,idle-state-spc",
|
compatible = "qcom,idle-state-spc",
|
||||||
"arm,idle-state";
|
"arm,idle-state";
|
||||||
|
status = "okay";
|
||||||
entry-latency-us = <400>;
|
entry-latency-us = <400>;
|
||||||
exit-latency-us = <900>;
|
exit-latency-us = <900>;
|
||||||
min-residency-us = <3000>;
|
min-residency-us = <3000>;
|
||||||
@ -704,13 +705,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
saw0: regulator@2089000 {
|
saw0: regulator@2089000 {
|
||||||
compatible = "qcom,saw2", "syscon";
|
compatible = "qcom,saw2", "qcom,apq8064-saw2-v1.1-cpu", "syscon";
|
||||||
reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
|
reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
|
||||||
regulator;
|
regulator;
|
||||||
};
|
};
|
||||||
|
|
||||||
saw1: regulator@2099000 {
|
saw1: regulator@2099000 {
|
||||||
compatible = "qcom,saw2", "syscon";
|
compatible = "qcom,saw2", "qcom,apq8064-saw2-v1.1-cpu", "syscon";
|
||||||
reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
|
reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
|
||||||
regulator;
|
regulator;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user