ARM: tegra: apalis-eval: Fix backlight PWM comment
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 28 Aug 2015 12:42:35 +0000 (14:42 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Sep 2015 09:22:37 +0000 (11:22 +0200)
Fix the backlight PWM comment as it is actually called PWM_BKL1 rather
than just PWM0.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-apalis-eval.dts

index 37437c6e59eeb9bfbeedf1f572d6acad2a8765d9..c832c157f76abd401549e2a7ef7ce5061aff4fad 100644 (file)
        backlight: backlight {
                compatible = "pwm-backlight";
 
-               /* PWM0 */
+               /* PWM_BKL1 */
                pwms = <&pwm 0 5000000>;
                brightness-levels = <255 231 223 207 191 159 127 0>;
                default-brightness-level = <6>;
This page took 0.025353 seconds and 5 git commands to generate.