diff options
author | Kever Yang | 2017-07-19 19:54:20 +0800 |
---|---|---|
committer | Philipp Tomsich | 2017-07-27 14:59:01 +0200 |
commit | 7ba3182e2d92190b7512db35ecda71970a206207 (patch) | |
tree | 77365da3688497c1a9a95b876164d9d32182fe13 | |
parent | 56f2dd0aed9fd137980e2c1de361c7732738518d (diff) |
rockchip: dts: correct vdd_log setting for firefly-rk3399
Add regulator-init-microvolt for driver to init the regulator,
and the min output value is not 800000mV for the PWM2 io domain has
changed to VCC3V0 instead of VCC1V8 in rockchip evb, we need to
correct it with the value measured when PWM2 output HIGH.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-rw-r--r-- | arch/arm/dts/rk3399-firefly.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3399-firefly.dts b/arch/arm/dts/rk3399-firefly.dts index a3e9ddfc89b..3d3f5079345 100644 --- a/arch/arm/dts/rk3399-firefly.dts +++ b/arch/arm/dts/rk3399-firefly.dts @@ -157,8 +157,9 @@ regulator-name = "vdd_log"; regulator-always-on; regulator-boot-on; - regulator-min-microvolt = <800000>; + regulator-min-microvolt = <430000>; regulator-max-microvolt = <1400000>; + regulator-init-microvolt = <950000>; }; vccadc_ref: vccadc-ref { |