Skip to content

Commit

Permalink
ayufan: dts: rockpro64: fix vdd_center
Browse files Browse the repository at this point in the history
Change-Id: If7ce185794d6ab5f4d4b3960caf956de7878af45
  • Loading branch information
ayufan committed Jun 3, 2018
1 parent 5251846 commit 673698f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,9 @@
regulators {
vdd_center: DCDC_REG1 {
regulator-name = "vdd_center";
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <1350000>;
regulator-ramp-delay = <6001>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
Expand Down

0 comments on commit 673698f

Please sign in to comment.