]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: tegra: apalis-tk1: reorder backlight properties
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Sep 2018 13:04:53 +0000 (15:04 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:50:36 +0000 (16:50 +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/tegra124-apalis-eval.dts
arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts

index c2e918d345de950236f36830400f749f0947a373..d9805fc97f5e3705ca60892e03764fcba63e6a4b 100644 (file)
@@ -228,12 +228,12 @@ usb-phy@7d008000 {
 
        backlight: backlight {
                compatible = "pwm-backlight";
-               pwms = <&pwm 3 5000000>; /* BKL1_PWM */
                brightness-levels = <255 231 223 207 191 159 127 0>;
                default-brightness-level = <6>;
                /* BKL1_ON */
                enable-gpios = <&gpio TEGRA_GPIO(BB, 5) GPIO_ACTIVE_HIGH>;
                power-supply = <&reg_3v3>;
+               pwms = <&pwm 3 5000000>; /* BKL1_PWM */
        };
 
        gpio-keys {
index eebcc013771e3d86ac81ef9450bdce0adbd2144e..aafaf2c3e195953dd5d6fe45809ecfe325b8d8c0 100644 (file)
@@ -193,12 +193,12 @@ usb-phy@7d008000 {
 
        backlight: backlight {
                compatible = "pwm-backlight";
-               pwms = <&pwm 3 5000000>; /* BKL1_PWM */
                brightness-levels = <255 231 223 207 191 159 127 0>;
                default-brightness-level = <6>;
                /* BKL1_ON */
                enable-gpios = <&gpio TEGRA_GPIO(BB, 5) GPIO_ACTIVE_HIGH>;
                power-supply = <&reg_3v3>;
+               pwms = <&pwm 3 5000000>; /* BKL1_PWM */
        };
 
        gpio-keys {