mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: rk3399: change the parameter of vdd_log.
There is a hardware mistake on firefly board, it will cause the vdd_log is too low based on previous parameter, so we change the pwm parameter to make sure the vdd_log is about 0.9v. Change-Id: I2d63cfe201c02a1351eebae21d1c7d449385087e Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
This commit is contained in:
parent
9d1403971f
commit
87dc89966c
|
|
@ -338,7 +338,14 @@ vdd_log: vdd-log {
|
|||
pwms = <&pwm2 0 25000 1>;
|
||||
regulator-name = "vdd_log";
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1400000>;
|
||||
/*
|
||||
* the firefly hardware using 3.0 v as APIO2_VDD
|
||||
* voltage, but the pwm divider resistance is designed
|
||||
* based on hardware which the APIO2_VDD is 1.8v, so we
|
||||
* need to change the regulator-max-microvolt from 1.4v
|
||||
* to 1.0v, so the pwm can output 0.9v voltage.
|
||||
*/
|
||||
regulator-max-microvolt = <1000000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
|
||||
|
|
|
|||
|
|
@ -287,7 +287,14 @@ vdd_log: vdd-log {
|
|||
pwms = <&pwm2 0 25000 1>;
|
||||
regulator-name = "vdd_log";
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1400000>;
|
||||
/*
|
||||
* the firefly hardware using 3.0 v as APIO2_VDD
|
||||
* voltage, but the pwm divider resistance is designed
|
||||
* based on hardware which the APIO2_VDD is 1.8v, so we
|
||||
* need to change the regulator-max-microvolt from 1.4v
|
||||
* to 1.0v, so the pwm can output 0.9v voltage.
|
||||
*/
|
||||
regulator-max-microvolt = <1000000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user