projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b5464
)
ARM: dts: rockchip: Add ramp delay for vdd_cpu in firefly board dts
author
Romain Perier
<romain.perier@gmail.com>
Mon, 15 Jun 2015 17:41:41 +0000
(17:41 +0000)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 5 Jul 2015 22:46:20 +0000
(
00:46
+0200)
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>
arch/arm/boot/dts/rk3288-firefly.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-firefly.dtsi
b/arch/arm/boot/dts/rk3288-firefly.dtsi
index 0b42372e437944f2ed4ffeff249dbaabec1543a8..0c66e92a88857e4e713805a21f90debc5b9abbb5 100644
(file)
--- 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>;
};