]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM i.MX53: mba53: Fix PWM backlight DT node
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 11 Jul 2013 14:37:47 +0000 (16:37 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Jul 2013 00:28:10 +0000 (08:28 +0800)
The i.MX53 PWM controller uses two cells to describe the PWM specifier.
Remove the extra unused values from the backlight DT node pwms property.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53-mba53.dts

index aaa33bc99f78fe6ea3877713482cc35203186868..a630902679410f9a4f356ab430a3199bf3ac852b 100644 (file)
@@ -27,7 +27,7 @@
 
        backlight {
                compatible = "pwm-backlight";
-               pwms = <&pwm2 0 50000 0 0>;
+               pwms = <&pwm2 0 50000>;
                brightness-levels = <0 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100>;
                default-brightness-level = <10>;
                enable-gpios = <&gpio7 7 0>;