Skip to content

Commit

Permalink
ayufan: dts: rockpro64: fix supply of vdd_log
Browse files Browse the repository at this point in the history
Change-Id: I3abd5887e6fb5b32d24601fab82eb3cfde71ddaa
  • Loading branch information
ayufan committed Jun 12, 2018
1 parent fafc3e1 commit 2194a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@
vdd_log: vdd-log {
compatible = "pwm-regulator";
pwms = <&pwm2 0 25000 1>;
pwm-supply = <&vcc_sys>;
regulator-name = "vdd_log";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1400000>;
vin-supply = <&vcc_sys>;
};
};

Expand Down

0 comments on commit 2194a28

Please sign in to comment.