Commit 958b767d authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

ARM: tegra: apalis-tk1: 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 138ce635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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 {