ARM: tegra: colibri_t30: drop pwmleds
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Sep 2018 08:12:23 +0000 (10:12 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:47:59 +0000 (16:47 +0200)
Drop pwmleds in favour of using regular PWMs.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts

index 8c492da..2aaf87b 100644 (file)
                power-supply = <&reg_3v3>;
        };
 
-       pwmleds {
-               compatible = "pwm-leds";
-
-               pwmb {
-                       label = "PWM<B>";
-                       pwms = <&pwm 1 19600>;
-                       max-brightness = <255>;
-               };
-               pwmc {
-                       label = "PWM<C>";
-                       pwms = <&pwm 2 19600>;
-                       max-brightness = <255>;
-               };
-               pwmd {
-                       label = "PWM<D>";
-                       pwms = <&pwm 3 19600>;
-                       max-brightness = <255>;
-               };
-       };
-
        reg_3v3: regulator-3v3 {
                compatible = "regulator-fixed";
                regulator-name = "3.3V_SW";