diff options
author | Romain Perier <romain.perier@gmail.com> | 2015-06-15 17:41:41 +0000 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-07-06 00:46:20 +0200 |
commit | 270c7b18d7c0f17cfda2bbdafba25ef2f885f9a5 (patch) | |
tree | 94fcffdccee4ebf072d3640c2ca232aef96f6490 /arch/arm/boot/dts/rk3288-firefly.dtsi | |
parent | e6b54649adacafb22c0c2d0496baf5396f8ed0be (diff) |
ARM: dts: rockchip: Add ramp delay for vdd_cpu in firefly board dts
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-firefly.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-firefly.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi index 0b42372e4379..0c66e92a8885 100644 --- a/arch/arm/boot/dts/rk3288-firefly.dtsi +++ b/arch/arm/boot/dts/rk3288-firefly.dtsi @@ -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>; }; |