Commit 83c75e1b authored by David Jander's avatar David Jander Committed by Shawn Guo

ARM: dts: imx6qdl-vicut1.dtsi: Fix node name backlight_led

This naming error slipped through, so now that a new backlight node has
been added with correct spelling, fix this one also.

Fixes: 98efa526 ("ARM: dts: imx6qdl-vicut1/vicutgo: Add backlight_led node")
Signed-off-by: default avatarDavid Jander <david@protonic.nl>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8eaac789
...@@ -28,7 +28,7 @@ backlight_lcd: backlight { ...@@ -28,7 +28,7 @@ backlight_lcd: backlight {
enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
}; };
backlight_led: backlight_led { backlight_led: backlight-led {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
pwms = <&pwm3 0 5000000 0>; pwms = <&pwm3 0 5000000 0>;
brightness-levels = <0 16 64 255>; brightness-levels = <0 16 64 255>;
......
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