Skip to content

Commit

Permalink
ARM: dts: rockchip: Add ramp delay for vdd_cpu in firefly board dts
Browse files Browse the repository at this point in the history
Adds ramp delay for the vdd_cpu output. It removes warning "ramp_delay
not set" emitted by the function regulator_set_voltage_time_sel() by the
same time, which floods kernel logs.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Romain Perier authored and Heiko Stuebner committed Jul 5, 2015
1 parent e6b5464 commit 270c7b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/rk3288-firefly.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@
regulator-max-microvolt = <1350000>;
regulator-always-on;
regulator-boot-on;
regulator-enable-ramp-delay = <300>;
regulator-ramp-delay = <8000>;
vin-supply = <&vcc_sys>;
};

Expand Down

0 comments on commit 270c7b1

Please sign in to comment.