[PATCH v2 08/34] ARM: tegra: colibri_t30: reorder backlight properties

From: Marcel Ziswiler
Date: Sat Sep 01 2018 - 04:13:26 EST


From: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx>

Reorder backlight properties.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx>

---

Changes in v2: None

arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts b/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
index 709ff95a1614..8c492daac165 100644
--- a/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
+++ b/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
@@ -125,13 +125,12 @@

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 {
--
2.14.4