Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64: dts: Improve vdd_cpu_b regulator ramp delay #345

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
arm64: dts: Improve vdd_cpu_b regulator ramp delay
  • Loading branch information
Emerald-Phoenix committed Mar 3, 2018
commit 31a328a9e77f951069aa15ee0a9c57af5034a1d8
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-odroidn1-linux.dts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
regulator-name = "vdd_cpu_b";
regulator-min-microvolt = <712500>;
regulator-max-microvolt = <1500000>;
regulator-ramp-delay = <1000>;
regulator-ramp-delay = <40000>;
vsel-gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
fcs,suspend-voltage-selector = <1>;
regulator-always-on;
Expand Down