ARM: mxs: dt: cfa10057: fix backlight PWM
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 2 Dec 2015 21:35:22 +0000 (22:35 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Dec 2015 12:43:38 +0000 (20:43 +0800)
The backlight PWM is actually pwm4.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx28-cfa10057.dts

index 5df0b24..7a80bd6 100644 (file)
 
                        pwm: pwm@80064000 {
                                pinctrl-names = "default";
-                               pinctrl-0 = <&pwm3_pins_b>;
+                               pinctrl-0 = <&pwm4_pins_a>;
                                status = "okay";
                        };
 
 
        backlight {
                compatible = "pwm-backlight";
-               pwms = <&pwm 3 5000000>;
+               pwms = <&pwm 4 5000000>;
                brightness-levels = <0 4 8 16 32 64 128 255>;
                default-brightness-level = <7>;
        };