Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aacf6246 authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Shawn Guo
Browse files

ARM: dts: imx6q-apalis-ixora: Remove use of pwm-leds



Remove use of pwm-leds and use the standard /sys/class/pwm
interface from PWM subsystem.

Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
Acked-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fc48e764
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -147,28 +147,6 @@
			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 {