Commit 7ddc024f authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: colibri_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 2a3db328
...@@ -125,13 +125,12 @@ usb-phy@7d008000 { ...@@ -125,13 +125,12 @@ usb-phy@7d008000 {
backlight: backlight { backlight: backlight {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
/* PWM<A> */
pwms = <&pwm 0 5000000>;
brightness-levels = <255 128 64 32 16 8 4 0>; brightness-levels = <255 128 64 32 16 8 4 0>;
default-brightness-level = <6>; default-brightness-level = <6>;
/* BL_ON */ /* BL_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>; /* PWM<A> */
}; };
clocks { clocks {
......
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