ARM: dts: imx6q-apalis-ixora: Remove use of pwm-leds
authorSanchayan Maity <maitysanchayan@gmail.com>
Mon, 19 Sep 2016 05:11:52 +0000 (10:41 +0530)
committerShawn Guo <shawnguo@kernel.org>
Sat, 22 Oct 2016 03:27:16 +0000 (11:27 +0800)
Remove use of pwm-leds and use the standard /sys/class/pwm
interface from PWM subsystem.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-apalis-ixora.dts

index 207b85b..0ea75f7 100644 (file)
                        gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
                };
        };
-
-       pwmleds {
-               compatible = "pwm-leds";
-
-               ledpwm1 {
-                       label = "PWM1";
-                       pwms = <&pwm1 0 50000>;
-                       max-brightness = <255>;
-               };
-
-               ledpwm2 {
-                       label = "PWM2";
-                       pwms = <&pwm2 0 50000>;
-                       max-brightness = <255>;
-               };
-
-               ledpwm3 {
-                       label = "PWM3";
-                       pwms = <&pwm3 0 50000>;
-                       max-brightness = <255>;
-               };
-       };
 };
 
 &backlight {