ARM: tegra: colibri_t30: reorder backlight properties
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Sep 2018 08:12:22 +0000 (10:12 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:47:59 +0000 (16:47 +0200)
Reorder backlight properties.

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 709ff95..8c492da 100644 (file)
 
        backlight: backlight {
                compatible = "pwm-backlight";
-               /* PWM<A> */
-               pwms = <&pwm 0 5000000>;
                brightness-levels = <255 128 64 32 16 8 4 0>;
                default-brightness-level = <6>;
                /* BL_ON */
                enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
                power-supply = <&reg_3v3>;
+               pwms = <&pwm 0 5000000>; /* PWM<A> */
        };
 
        clocks {