Commit 654b7139 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: apalis_t30: reorder backlight properties

Reorder backlight properties.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8bf0d6b2
...@@ -185,13 +185,12 @@ usb-phy@7d008000 { ...@@ -185,13 +185,12 @@ usb-phy@7d008000 {
backlight: backlight { backlight: backlight {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
/* PWM_BKL1 */
pwms = <&pwm 0 5000000>;
brightness-levels = <255 231 223 207 191 159 127 0>; brightness-levels = <255 231 223 207 191 159 127 0>;
default-brightness-level = <6>; default-brightness-level = <6>;
/* BKL1_ON */ /* BKL1_ON */
enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
power-supply = <&reg_3v3>; power-supply = <&reg_3v3>;
pwms = <&pwm 0 5000000>; /* BKL1_PWM */
}; };
gpio-keys { gpio-keys {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment