Skip to content
Snippets Groups Projects
Commit 26b1edf4 authored by Kever Yang's avatar Kever Yang Committed by Simon Glass
Browse files

rockchip: dts: evb-rk3399: correct pwm3 polarity


The pwm3 on evb-rk3399 is used for pwm regulator, need to invert
the polarity to make it work correctly.

Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 572045b6
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
vdd_center: vdd-center { vdd_center: vdd-center {
compatible = "pwm-regulator"; compatible = "pwm-regulator";
pwms = <&pwm3 0 25000 0>; pwms = <&pwm3 0 25000 1>;
regulator-name = "vdd_center"; regulator-name = "vdd_center";
regulator-min-microvolt = <800000>; regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1400000>; regulator-max-microvolt = <1400000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment