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: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
fc48e76489
commit
aacf62465a
|
@ -147,28 +147,6 @@
|
||||||
gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
|
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 {
|
&backlight {
|
||||||
|
|
Loading…
Reference in New Issue