rockchip: dts: evb-rk3399: correct pwm3 polarity
authorKever Yang <kever.yang@rock-chips.com>
Tue, 18 Apr 2017 09:06:21 +0000 (17:06 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:21 +0000 (13:37 -0600)
The pwm3 on evb-rk3399 is used for pwm regulator, need to invert
the polarity to make it work correctly.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3399-evb.dts

index e1f867b..574eb1c 100644 (file)
@@ -20,7 +20,7 @@
 
        vdd_center: vdd-center {
                compatible = "pwm-regulator";
-               pwms = <&pwm3 0 25000 0>;
+               pwms = <&pwm3 0 25000 1>;
                regulator-name = "vdd_center";
                regulator-min-microvolt = <800000>;
                regulator-max-microvolt = <1400000>;