]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00272973-3 ARM: dts: imx: enable pwm bl for mx6 sabresd
authorLiu Ying <Ying.Liu@freescale.com>
Mon, 29 Jul 2013 10:49:57 +0000 (18:49 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:57 +0000 (09:53 +0800)
This patch enables pwm backlight support on pwm1 in mx6
sabresd dts.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index 4981ebbe7e2f3404ccefe692a75c83f8d5bbc742..61b8959ece7289f17758653ab48df50c4a85bd8b 100644 (file)
                status = "okay";
        };
 
+       backlight {
+               compatible = "pwm-backlight";
+               pwms = <&pwm1 0 5000000>;
+               brightness-levels = <0 4 8 16 32 64 128 255>;
+               default-brightness-level = <7>;
+       };
 };
 
 &audmux {