Commit dceb9491 authored by Shawn Guo's avatar Shawn Guo Committed by Shawn Guo

arm64: dts: zx296718: add voltage data into OPP table

We will enable PWM device to control voltage through pwm-regulator
support.  So let's add voltage data into OPP table.
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 41ec0d50
......@@ -127,26 +127,31 @@ cluster0_opp: opp-table0 {
opp-500000000 {
opp-hz = /bits/ 64 <500000000>;
opp-microvolt = <866000>;
clock-latency-ns = <500000>;
};
opp-648000000 {
opp-hz = /bits/ 64 <648000000>;
opp-microvolt = <866000>;
clock-latency-ns = <500000>;
};
opp-800000000 {
opp-hz = /bits/ 64 <800000000>;
opp-microvolt = <888000>;
clock-latency-ns = <500000>;
};
opp-1000000000 {
opp-hz = /bits/ 64 <1000000000>;
opp-microvolt = <898000>;
clock-latency-ns = <500000>;
};
opp-1188000000 {
opp-hz = /bits/ 64 <1188000000>;
opp-microvolt = <1015000>;
clock-latency-ns = <500000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment