ARM: tegra: apalis_t30: reorder backlight properties
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 31 Aug 2018 16:37:57 +0000 (18:37 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:45:45 +0000 (16:45 +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-apalis-eval.dts

index 9f2392a..300ce72 100644 (file)
 
        backlight: backlight {
                compatible = "pwm-backlight";
-               /* PWM_BKL1 */
-               pwms = <&pwm 0 5000000>;
                brightness-levels = <255 231 223 207 191 159 127 0>;
                default-brightness-level = <6>;
                /* BKL1_ON */
                enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
                power-supply = <&reg_3v3>;
+               pwms = <&pwm 0 5000000>; /* BKL1_PWM */
        };
 
        gpio-keys {